Wednesday, December 24, 2025
3 changes · saas-18.3
Enhancements to existing features
This update clarifies the 'Overdue Customer Invoices' filter within the account follow-up reporting feature. This ensures users can more accurately identify and manage overdue invoices, leading to better cash flow tracking and improved financial reporting. The change is a minor improvement to existing functionality.
Original PR description
opw-5232434 Forward-Port-Of: odoo/enterprise#100595
This update enhances the synchronization of product data within the Point of Sale module. Specifically, the system now uses unique record identifiers (UUIDs) for more accurate data mapping and includes improved category linkage in testing. This ensures data consistency and reliability for Point of Sale operations.
Original PR description
In this commit: --- - Improved `sync_from_ui` function to support record UUID-based relational mapping. - Added `pos_categ_ids` field in product data for better category linkage in tests. task-5225193 Related PR: - https://github.com/odoo/enterprise/pull/98849 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the testing process for the POS Restaurant module's preparation display functionality. By adding Hoot tests and a dedicated test environment, the team is ensuring greater reliability and accuracy of this key feature, reducing potential issues before they impact users.
Original PR description
In this commit: --- - Added HOOT test coverage for the POS Restaurant module's preparation display. - Introduced `setupPosPrepDisplayEnv` to mock and initialize the preparation display test environment. - Added test coverage for core components, models, and service logic. - Adjust hoot case for pos_urban_piper. task-5225193 Related PR: - https://github.com/odoo/odoo/pull/234474