Daily updates from Odoo
Wednesday, September 17, 2025
3 changes
2 changes
Code cleanup and technical improvements
This update makes internal test helper files available for manufacturing work orders and barcode operations. It helps keep automated checks reliable without changing day-to-day user workflows.
Original PR description
In this commit, we add tour_helpers file in manifest. Forward-Port-Of: odoo/enterprise#94150
Conversation avatars in AI and WhatsApp now use the correspondent’s avatar by default. This creates a more consistent and recognizable messaging experience for users without changing core workflows.
Original PR description
PR community: https://github.com/odoo/odoo/pull/227415
1 change
Code cleanup and technical improvements
This update reorganizes where color picker tabs are defined so each editor area owns the options it uses. It helps keep the website and HTML editing tools easier to maintain without changing the expected user experience.
Original PR description
*: html_editor, html_builder, website. Following the creation of the colorpicker and the [refactor] of the html builder, colorpicker's tabs were defined in web, which is wrong for the 'Theme' and 'Gradient' Tabs. This commit moves them to 'html_builder' and 'html_editor' accordingly. Related to task-4367641 [refactor]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2