Tuesday, September 2, 2025
2 changes · master
Code cleanup and technical improvements
The code that supports HTML field history has been moved from the website editor area into the shared HTML editor module. This is an internal cleanup that makes the functionality easier to maintain and reuse without changing the user experience.
Original PR description
Move html_field_history_mixin, and related python files to the html_editor module. task-5045242 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The spreadsheet-related test setup was simplified now that all tests use the newer Hoot framework. This reduces hidden test interference between modules and helps keep future spreadsheet changes safer and easier to maintain.
Original PR description
All tests have been converted to Hoot now. And each hoot test suite only runs with its dependencies. Patches in other modules no longer impacts `web` tests.