Thursday, June 26, 2025
2 changes · saas-18.4
Code cleanup and technical improvements
This update reorganizes website builder code so key editing actions can be reused by other parts of Odoo. It supports cleaner future development and easier extension of website features, with no expected direct change for end users.
Original PR description
This refactor adds `export` to all classes extending `BuilderAction`, allowing them to be reused or imported from other modules. It improves modularity.
This internal cleanup makes appointment, rental, and website studio builder components easier to reuse across modules. It improves maintainability and supports future enhancements without changing the user experience.
Original PR description
*: website_sale_renting, website_studio This refactor adds `export` to all classes extending `BuilderAction`, allowing them to be reused or imported from other modules. It improves modularity.