Daily updates from Odoo
Friday, July 4, 2025
1 change · saas-18.3
Code cleanup and technical improvements
This update simplifies and modernizes the internal testing tools used across several Odoo Enterprise modules. It helps maintain test quality and consistency while keeping the changes limited to unit tests, so there is no expected impact on day-to-day product use.
Original PR description
## Pull Request HOOT (PRHOOT) 34 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. Community: https://github.com/odoo/odoo/pull/216546 Forward-Port-Of: odoo/enterprise#89308 Forward-Port-Of: odoo/enterprise#88949