Thursday, February 12, 2026
1 change · 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