Daily updates from Odoo
Wednesday, June 25, 2025
1 change · saas-18.4
Code cleanup and technical improvements
This update streamlines how the website builder detects preview mode when applying or cleaning design actions. It reduces internal coupling between builder components, making the website editing experience easier to maintain without changing visible business workflows.
Original PR description
*: website, website_sale Remove unnecessary dependency on `history` plugin just to know whether we're previewing or not. This makes more sense because previewing is done at the level of Builder components behaviors, which are defined in `utils.js`.