Daily updates from Odoo
Thursday, July 31, 2025
2 changes · saas-18.3
Enhancements to existing features
This update improves Odoo’s internal Hoot testing tools so automated tests start faster, report results more reliably, and use less memory in headless runs. It also adds small usability improvements for developers, while keeping the changes limited to the unit testing ecosystem to reduce product risk.
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
This update adds a new extension point in the stock module so custom implementations can adjust how dates are calculated during push rules. It does not change standard behavior, but makes future customizations safer and easier to maintain.
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