Daily updates from Odoo
Tuesday, September 20, 2022
2 changes
Resolved issues and error corrections
Fixes an error that occurred when users selected a color for document tags while sharing a document. This keeps the document sharing flow stable and avoids interruptions for users managing shared document labels.
Original PR description
Reproduction steps - Install documents app - Select the document - Shere the document - Click on the documents tags - Select the color task-2978632
This fixes an issue where Planning screens could place fields incorrectly because inherited views matched the wrong company field. Users should now see Planning list and form layouts in the intended order again.
Original PR description
Prior to this commit and since odoo/enterprise#29592 the `xpath` that are using `company_id` in the views that inherit `planning_view_tree` and `planning_view_form` are no more working as the `xpath` targets the first match. This commit fixes this issue. task-2989163