Tuesday, December 30, 2025
2 changes · saas-19.1
New functionality added to Odoo
This update adds comprehensive testing for the POS Restaurant module's preparation display functionality. The tests, using a new testing environment, ensure the display works correctly and reliably, contributing to a more stable and accurate user experience. This work is part of ongoing efforts to improve the quality and reliability 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#102962 Forward-Port-Of: odoo/enterprise#98849
This update introduces new Profit & Loss and Balance Sheet reports that utilize account tags instead of traditional account codes. This change allows for more granular reporting and replaces older reports based on account codes, which are now inactive. Users will need to manually enable these new reports.
Original PR description
This pr introduce new PL and BS reports based on account tags. And old PL and BS reports based on account codes are inactive now. So now user have to now manually enable them via Enable more on each report. Related Community PR: https://github.com/odoo/odoo/pull/222186 Task: 4978415 Forward-Port-Of: odoo/enterprise#103002 Forward-Port-Of: odoo/enterprise#91903