Monday, June 22, 2026
2 changes · 18.0
New functionality added to Odoo
This update adds missing translations for various user-facing messages within the Point of Sale (POS) modules. This ensures the POS system is correctly localized for different languages, improving the user experience for international customers. The changes cover UI elements, error messages, and internal system messages.
Original PR description
pos* = All POS module In this commit: -------------------------------- Add missing translations for user-visible strings across POS modules. - Translated dialogs, errors, alerts, and other UI-visible messages - Updated Python-side UserError, ValidationError, and warning messages Task-5406947 Related PR-https://github.com/odoo/enterprise/pull/102094
This update adds missing translations for various user-visible messages within the Odoo POS modules. This ensures the POS system is correctly localized for different languages, improving the user experience and supporting international expansion. The changes cover dialogs, errors, and other UI elements.
Original PR description
pos* = All POS module In this commit: -------------------------------- Add missing translations for user-visible strings across POS modules. - Translated dialogs, errors, alerts, and other UI-visible messages - Updated Python-side UserError, ValidationError, and warning messages Task-5406947 Related PR-https://github.com/odoo/odoo/pull/239972