Thursday, September 11, 2025
3 changes · 19.0
Code cleanup and technical improvements
The builder asset bundle was renamed to better reflect that it is now shared by website editing and mass mailing email composition. This is an internal naming cleanup that improves clarity for future maintenance without changing business workflows.
Original PR description
*: mass_mailing, portal, website, website_mail, website_mail_group, website_mass_mailing, website_payment, website_profile, website_sale The new html_builder is used by both website and mass_mailing. While the old name `[html_builder|website].assets_edit_frontend` makes sense in the context of the website builder, where the iframe is indeed used to "edit the frontend", it is not the case in mass_mailing, where the email being composed is not a "frontend". A more generic name is more appropriate.
This update tidies the internal tests for subscription optional products without changing customer-facing behavior. It helps keep the subscription area easier to maintain and reduces future risk when related features are updated.
Original PR description
See Also: - https://github.com/odoo/odoo/pull/226052
This change updates an internal asset bundle name so it better fits shared use across website building and mass mailing. It helps keep naming consistent as the same editor technology is used beyond website pages, with no expected direct impact for end users.
Original PR description
The new html_builder is used by both website and mass_mailing. While the old name `[html_builder|website].assets_edit_frontend` makes sense in the context of the website builder, where the iframe is indeed used to "edit the frontend", it is not the case in mass_mailing, where the email being composed is not a "frontend". A more generic name is more appropriate. This commit is linked to the community PR that updates the bundle name everywhere.