Thursday, July 31, 2025
3 changes · saas-18.4
Enhancements to existing features
This update improves Odoo's internal JavaScript testing tools, making test runs faster, more reliable, and easier for developers to manage. The changes are limited to the test ecosystem, reducing risk to business features while helping teams detect issues more efficiently.
Original PR description
## Pull Request HOOT (PRHOOT) 35 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. Note: these changes are made in stable to avoid having to support multiple versions of the HOOT API. As such, these changes are intended to be strictly limited to unit tests as to not put the rest of the code base at risk. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#220298 Forward-Port-Of: odoo/odoo#218770
A previously disabled website editor test has been updated to work with the redesigned website builder. This helps ensure editor access restrictions continue to be checked reliably during development.
Original PR description
This commit adapt the broken tests test_05_specific_website_editor.
This update adds a new extension point in the stock module for customizing how dates are calculated during stock push operations. It does not change existing behavior, but makes future adaptations easier and safer for custom implementations.
Original PR description
This eases inheritance. No behavior is changes with this PR, it is just a new inheritance point. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#217888