Daily updates from Odoo
Thursday, June 5, 2025
2 changes · 18.0
Enhancements to existing features
This update strengthens Odoo’s internal unit testing framework and mock test environment, making automated tests more accurate and easier to maintain. The changes are limited to test code, reducing risk while helping developers catch issues more reliably across several apps.
Original PR description
## Pull Request HOOT (PRHOOT) 32 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/85562 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale receipts for UrbanPiper orders now show the provider's order ID in the receipt header. This makes it easier for staff and customers to match Odoo receipts with external delivery platform orders.
Original PR description
In this commit: ========== - We will display the provider's order ID in the order receipt header. Before this commit: ----------  After this commit: ----------  task-4840924