Daily updates from Odoo
Thursday, July 10, 2025
1 change · saas-18.4
Code cleanup and technical improvements
The shadow option test has been moved from the website area into the HTML builder module. This keeps builder testing independent from website testing, making future maintenance and refactoring cleaner without changing user-facing behavior.
Original PR description
**Description of the issue/feature this PR addresses:** Move shadow_option test from website to html_builder as part of the refactoring to separate the concerns and get use of the independent builder tools and helpers. **Current behavior before PR:** Before this PR, tests related to the builder and the others related to website were mixed together. **Desired behavior after PR is merged:** Achieve independence and let the builder have its own tests isolated from website --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr