Thursday, July 31, 2025
3 changes · saas-18.2
Enhancements to existing features
This change adds a new extension point in the stock process for calculating dates during push rules. It does not change standard behavior, but makes future customizations easier and safer for businesses with tailored inventory workflows.
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
This update prepares Odoo's Guatemala localization for a future electronic invoicing module. It allows certain test VAT numbers for Guatemalan companies and adds accounting support for fuel-related transactions, helping upcoming compliance workflows work correctly.
Original PR description
related enterprise PR: https://github.com/odoo/enterprise/pull/84036 Forward-Port-Of: odoo/odoo#205863
This update improves Hoot, Odoo’s internal unit testing system, making automated tests start faster, report results more reliably, and use less memory in headless runs. These changes are limited to the testing ecosystem, helping developers and CI pipelines catch issues more consistently without affecting normal business workflows.
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#219754 Forward-Port-Of: odoo/odoo#218770