Friday, June 20, 2025
6 changes
1 change
Enhancements to existing features
Point of Sale no longer shows outdated messages asking users to wait for an IoT Box to send its devices. This reduces confusion by removing notifications that no longer reflect how the IoT setup works.
Original PR description
We used to display notifications like "We're waiting for your IoT Box to send its devices", that no longer make sense. This commit remove those notifications. Task: 4853242
3 changes
Enhancements to existing features
The Indian reporting Balance Sheet now opens with the horizontal split option turned off by default. This makes the standard report view simpler and avoids users having to manually untick the option when they prefer the regular layout.
Original PR description
before this PR: split horizontally is ticked by default on Balance Sheet. after this PR: split horizontally is unticked by default. Related PR (Upgrade): https://github.com/odoo/upgrade/pull/7827 Previous version PR: https://github.com/odoo/enterprise/pull/86032 Task Id: 4836667
2 changes
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
This update adjusts automated tests in Documents Spreadsheet, Spreadsheet Edition, and Web Studio so they stay aligned with recent platform changes. It helps maintain quality and reduces the risk of regressions without introducing direct user-facing changes.
Original PR description
We adapt the tests in documents_spreadsheet, spreadsheet_edition and web_studio to the changes brought by https://github.com/odoo/odoo/pull/208592. Task ID: 4610804
The ESG app’s summary text was improved to be clearer, more grammatically correct, and more polished. This helps users better understand the app’s purpose when viewing it in Odoo.
Original PR description
This is grammatically correct and more polished. No task ID
## 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