web icon indicating copy to clipboard operation
web copied to clipboard

Odoo web client UI related addons

Results 344 web issues
Sort by recently updated
recently updated
newest added

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...

approved
ready to merge

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 - [...

help wanted
work in progress
no stale

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: ![image](https://github.com/user-attachments/assets/6839145e-7c9c-405d-8149-c2435de6a48a)