web
web copied to clipboard
Odoo web client UI related addons
The result of this bug was to add duplicate company ids in allowed_company_ids context. The side effect of this was to get duplicated lines in self.env['res.currency']._get_query_currency_table() and wrong results in...
company ids separated by - is only available on sanitized request as per : https://github.com/odoo/odoo/blob/fcc5a90d2d5754923676b11031e37f52729402fd/addons/web/models/ir_http.py#L46 when using request.httprequest.cookies.get("cids"), you get a comma separated list instead and therefore the lines after...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-19.0 # Modules to migrate - [ ] web_calendar_slot_duration - By @tishmen - #3335 - [ ] web_chatter_position - [ ] web_company_color - [ ] web_copy_confirm - [...
this should help to avoid botched migrations by showing contributors and reviewers what the expected functionality is
When delete an attribute value in the attributes and when trying to access the attribute rules the following error appears: 