Tuesday, December 30, 2025
2 changes · saas-18.3
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
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