Daily updates from Odoo
Thursday, March 17, 2022
2 changes
Code cleanup and technical improvements
Several enterprise modules now use a simpler internal file layout for messaging and related model definitions. This cleanup does not change user-facing behavior, but it should make the codebase easier to maintain and evolve.
Original PR description
Move model definition files from `models/thing/thing.js` to `models/thing.js` and remove the now empty intermediate directory. Task-2759582 \* = approvals, voip, website_helpdesk_livechat
The visual palette has been adjusted so the darkest gray tones look less blue and better match the overall Odoo interface. This creates a more consistent appearance in Enterprise screens, including Documents, with related tests updated to reflect the new colors.
Original PR description
Prior this commit, the grayscale was too blue. To keep consistency with the overall layout, this commit desaturates the three darkest grays. It also updates `documents_kanban_tests` after introducing the new grayscale values. Requires: - https://github.com/odoo/odoo/pull/86046 task-2788931