Daily updates from Odoo
Thursday, March 26, 2026
3 changes · saas-19.2
Enhancements to existing features
This update allows administrators to efficiently manage database tags by enabling mass editing. Previously, tagging databases required individual updates for each one. This change streamlines the process, saving time and improving database organization.
Original PR description
The aim of this commit is to allow users to mass edit the list of database to add one or several tag on several dbs at once. task-id: 6046088 Forward-Port-Of: odoo/enterprise#112024
This update enables Peruvian Point of Sale (POS) users to directly print electronic invoices and receipts on thermal printers, aligning with local regulations and business practices. Previously, customers needed to access invoices through a portal. This change improves the customer experience by eliminating the need for a separate download.
Original PR description
Before: - In Peru, Point of Sale (POS) systems are allowed to generate E-invoices and E-receipts that comply with SUNAT’s requirements. - In the POS, Odoo prints a ticket that only includes a QR code linking to the customer portal, where the A4 invoice can be downloaded. - However, according to SUNAT and common practice in Peruvian retail environments, the printed POS ticket itself should serve as the legal representation of the electronic document After: - We allow Peruvian POS users to print electronic invoices and receipts directly on thermal printers (58 mm / 80 mm) using the same electronic document flow and data as the accounting module, ensuring full compliance with SUNAT’s representation requirements. Impact: - Improve customer experience by avoiding portal-only invoice download task-5193544 Forward-Port-Of: odoo/enterprise#101876
This update quietly generates and stores a proxy token for Odoo users in Egypt, eliminating a previous modal prompt that was rarely used. This change streamlines the user experience for Egyptian customers while maintaining security. It addresses a specific need identified in a related Odoo issue.
Original PR description
Proxy token generation was removed to avoid showing a modal with a token nobody cares about except Egypt. We reintroduce token generation, but send it to the database instead of showing a modal. see odoo/enterprise#111496 Forward-Port-Of: odoo/odoo#255280 Forward-Port-Of: odoo/odoo#255121