Monday, August 4, 2025
2 changes · saas-18.4
Enhancements to existing features
Restaurant self-order users can now access a Get QR Codes button directly from the floor plan view. The button opens a prefilled Odoo.com form, making it easier to order engraved QR codes for tables and streamline self-order setup.
Original PR description
Add a `Get QR Codes` button on the floor plan view TaskID: 4814164 Forward-Port-Of: odoo/odoo#221546 Forward-Port-Of: odoo/odoo#218164
The Point of Sale no longer loads all customer invoice records upfront when settling dues. This reduces memory use and startup delays, making the PoS interface faster and more reliable for users.
Original PR description
Before this commit, all account.move records were loaded into the PoS interface, even though they were not used immediately. This caused significant performance issues, increasing memory usage and loading times. opw-4986727 Forward-Port-Of: odoo/enterprise#91515