Friday, February 6, 2026
1 change · 18.0
Enhancements to existing features
This update ensures that the point-of-sale system now displays currency symbols ($ for USD, € for EUR, etc.) alongside the total amount and change for customers. This change is required to meet scale certification standards and improves the overall presentation of prices in the POS interface.
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