Monday, August 4, 2025
2 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
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