Daily updates from Odoo
Monday, December 29, 2025
1 change · 19.0
New functionality added to Odoo
This update adds comprehensive automated tests for the POS Restaurant module's preparation display functionality. These tests, using a new testing environment, ensure the display works correctly and reliably, contributing to a more stable and dependable user experience. This work is part of a larger effort to improve the quality and stability of the Odoo Enterprise platform.
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 Forward-Port-Of: odoo/enterprise#102887 Forward-Port-Of: odoo/enterprise#98849