Friday, June 20, 2025
2 changes · 18.0
Enhancements to existing features
This update improves Hoot, Odoo’s internal unit testing system, with clearer diagnostics, safer error handling, and more consistent test runner behavior. The changes help developers maintain and troubleshoot Odoo tests more reliably while keeping the impact limited to the testing ecosystem.
Original PR description
## Pull Request HOOT (PRHOOT) 33 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. Enterprise: https://github.com/odoo/enterprise/pull/87476 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When users use the automatic fix to prepare a POS scale for certification, the system now also enables Units of Measure. This makes it easier for businesses to assign the right product units, such as kilograms, immediately after the setup is corrected.
Original PR description
This commit automatically enables the 'Units of Measure' setting when the user auto-fixes their settings to make their POS scale certified. While this is not a strict requirement, it helps the users to then quickly set the correct units for their products (e.g. kg) task-4885681