Daily updates from Odoo
Monday, August 4, 2025
4 changes · saas-18.4
Enhancements to existing features
The eInvoicing format dropdown now shows clearer, country-specific labels in customer account settings. This helps users choose the right electronic invoice format with less confusion, especially in localized accounting setups.
Original PR description
Renamed the selection labels for invoice_edi_format field to make them easier to understand based on the user's country context when choosing format inside customer's account tab. This improves the usability of the dropdown when selecting an eInvoicing format, especially for users in localizations where the technical name was unclear or confusing. 4889699 shzi Forward-Port-Of: odoo/odoo#220397
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 eWay Bill PDF has been tidied up by removing extra punctuation from address labels and improving alignment in goods and vehicle tables. This makes the document easier to read and more professional for Indian compliance and logistics workflows.
Original PR description
In this commit: --- - Removed unnecessary '::' from 'Dispatch From' and 'Ship To' labels. - Center-aligned table data in the Goods Details and Vehicle Details sections. Forward-Port-Of: odoo/odoo#221419
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