Daily updates from Odoo
Thursday, July 3, 2025
2 changes · saas-18.4
Code cleanup and technical improvements
Generic website editing plugins and options have been moved into the shared html_builder module. This prepares the platform to reuse the same editing capabilities for mass mailing while keeping the existing website builder working as before.
Original PR description
This commit moves all the website_builder plugins that will be necessary for the mass_mailing conversion to the html_builder module. This lessens the load of what we would need to adapt for it. This move is also done ensuring that the current website_builder is still operational. task-4247642 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website editor's technical resources have been reorganized into a dedicated bundle used by website-related apps. This reduces unnecessary loading for email marketing and supports cleaner, more efficient maintenance without changing visible business workflows.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/215218 ------ [[REF] website, *: add website.website_builder_assets bundle](https://github.com/odoo/enterprise/pull/88346/commits/0bdf7a526888b3c9f8a45fb31fe74e416b6341e1) *: website_appointment, website_helpdesk, website_knowledge, website_sale_renting, website_studio This commit adds the `website.website_builder_assets` bundle which includes `html_builder.assets` and is used by the website builder editor. This will allow mass_mailing to have its own bundle too, without the need to load everything from the website builder.