Friday, September 12, 2025
3 changes · master
Code cleanup and technical improvements
This update cleans up internal tests for subscription optional products to make them easier to maintain. It does not change customer-facing subscription features, but helps keep future updates more reliable.
Original PR description
See Also: - https://github.com/odoo/odoo/pull/226052 Forward-Port-Of: odoo/enterprise#94276
This update renames an internal editor asset bundle so it better fits its use beyond website editing, including email composition. The change improves consistency with the shared HTML builder and should not alter day-to-day user workflows.
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. Forward-Port-Of: odoo/enterprise#94435
Several search screens were simplified by removing redundant grouping settings and separators that behaved the same way. This keeps the interface configuration cleaner without changing expected business workflows.
Original PR description
- Remove all attributes from group element in search view. - Remove the tags separator before a group tag (separator and group do the same thing) Community PR : https://github.com/odoo/odoo/pull/226862 task-5005075