Daily updates from Odoo
Wednesday, October 1, 2025
1 change · 19.0
Code cleanup and technical improvements
This update moves builder-specific styling back into the proper website builder area and removes outdated style rules. It helps keep page editing assets better organized and reduces the risk of style compilation issues when optional modules are not installed.
Original PR description
#### [REF] html_builder, *: move back builder-specific scss to html_builder *: html_editor, mass_mailing, web In [1], all the former `web_editor` scss that was in `html_builder` was moved to `html_editor` as an emergency fix, because it was breaking assets compilation when `html_builder` was not installed. This commit is now splitting correctly the scss between the two modules. [1]: https://github.com/odoo/odoo/commit/f7ca58c38ff548d62aa24bebae890ff93a979491 -------------------------------- #### [REM] html_editor, *: remove dead scss style *: website_sale Since the website refactoring [1], those scss rules are either not used anymore or have been defined somewhere else. [1]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2