Tuesday, December 30, 2025
5 changes
2 changes
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
2 changes
New functionality added to Odoo
This update introduces new Profit & Loss and Balance Sheet reports that utilize account tags instead of traditional account codes. This change provides more granular reporting capabilities. Users now need to manually enable these new reports within each report configuration.
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#91903
1 change
New functionality added to Odoo
This update introduces new Profit & Loss and Balance Sheet reports for Ireland, utilizing account tags instead of traditional account codes. This change simplifies reporting and allows for more granular financial analysis. The previous account code-based reports have been disabled.
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
This update adds helper functions to manage order slots within the Point of Sale system. These functions, used in upcoming training tours, allow for more precise control over order scheduling, particularly for managing slots and timing options. This enhancement improves the overall user experience for managing appointments and reservations through POS.
Original PR description
Add utils function `selectSlotDays` & `selectPresetTimingSlotIndex` to select the nth day and nth timing slot in the slot selection dialog. These functions will be used in POS tours to manage orders with slots. enterprise PR: https://github.com/odoo/enterprise/pull/95136 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr