Tuesday, December 23, 2025
5 changes · saas-19.1
Enhancements to existing features
This update enhances the way live chat is displayed on the website. The change updates a test to reflect the new live chat name format, improving the user experience and ensuring consistent branding. This is a minor improvement to the Enterprise website.
Original PR description
The community counterpart improves the live chat display name. This commit adapts a test relying on the old name format. task-5408945 community: https://github.com/odoo/odoo/pull/240913
This update clarifies the order list by removing the "to invoice" status badge when an invoice hasn't been created. This prevents users from incorrectly assuming an invoice is required, streamlining the order process and reducing potential confusion. It's a small improvement focused on user experience.
Original PR description
In this commit: - Hide the invoice status badge when the status is "to invoice" in order list. - Prevent confusion by ensuring users don’t assume an invoice needs to be generated. Task-5347495 Forward-Port-Of: odoo/odoo#236882
This update enhances the self-ordering system by displaying the table number directly within the generated QR codes. This makes it much easier for staff to quickly identify which order belongs to which table, improving order accuracy and efficiency.
Original PR description
Before this commit: ====================== It was difficult to identify which table a QR code belonged to when viewing the generated QR code PDFs. After this commit: ====================== The table number is now displayed between the Odoo logo in each table’s QR code, making it easier to recognize and differentiate table QR codes. Task-5217734 Forward-Port-Of: odoo/odoo#233935
This update enhances the visual presentation of account state selections within the accounting module. The changes improve the user experience by refining the badge design and ensuring consistency across the application. This is an internal improvement to the accounting workflow.
Original PR description
Forward-port of: https://github.com/odoo/enterprise/pull/98675 Enterprise PR: https://github.com/odoo/enterprise/pull/102659 task-5266305
This pull request enhances the visual presentation and usability of the account reports module. Specifically, it updates the styling of review states and introduces a new check view redirection for single returns, streamlining the user experience. These changes improve clarity and efficiency within the reporting process.
Original PR description
task-5155703 Forward-Port-Of: odoo/enterprise#98675