Thursday, February 12, 2026
3 changes · saas-18.3
Enhancements to existing features
This update improves the customer-facing display in Point of Sale by automatically showing the correct currency symbol (like '$' or '€') alongside the total amount and change. This change is required to meet certification standards and ensures a more professional and accurate presentation of prices for our customers.
Original PR description
This PR adds the currency symbol on the customer display for point of sale for the total amount + change. (formatted based on the currency, e.g. $ before, eur after the amount) This is required by the scale certification Before: <img width="777" height="604" alt="image" src="https://github.com/user-attachments/assets/28688075-b387-477a-930d-410f1107cc83" /> After: <img width="787" height="638" alt="image" src="https://github.com/user-attachments/assets/724a1360-78a7-4630-a034-e115dd09f057" /> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#247674 Forward-Port-Of: odoo/odoo#247591
This update enhances the handling of Romanian tax invoices (e-invoices) by automatically downloading the official PDF version from the ANAF. Previously, only XML data was imported, lacking a visual invoice for accountants to review. Now, the PDF is the primary attachment, improving accuracy and compliance.
Original PR description
### Before For bills from the Romanian ANAF we only downloaded an XML and imported the data. There is no visual aid for the accountant to see and compare the received document. ### Now We use the ANAF service to get the official "PDF" version of the invoice. This is requested for any new bill we get through ANAF that doesn't already contain a pdf from the vendor and it is set as the main attachment. task-5877171 Forward-Port-Of: odoo/odoo#247382
This update ensures Odoo's Spanish tax reporting (l10n_es_report) complies with the latest requirements from the BOE (Agencia Tributaria) regarding the Modelo 347. A change was made to the export format to align with a recent regulatory update (BOE-A-2025-25390), and a placeholder is used for subsidy numbers. This update is crucial for accurate tax reporting in Spain.
Original PR description
reference: https://www.boe.es/buscar/doc.php?id=BOE-A-2025-25390 considering the modelo 347 As we do not have anything for the subsidy number, we just put 6 0s. opw-5926624 Forward-Port-Of: odoo/enterprise#107125