Friday, July 3, 2026
2 changes · saas-19.3
New functionality added to Odoo
This update adds missing translations for various messages within the Point of Sale (POS) modules. This ensures that the POS system is accessible and understandable for users in different languages, improving the overall user experience and supporting global operations. The changes include translations for dialogs, errors, and UI messages across multiple POS-related applications.
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 Forward-Port-Of: odoo/odoo#273265 Forward-Port-Of: odoo/odoo#239972
This update adds missing translations for various user-visible messages within the Odoo POS modules. This ensures that the POS system is correctly localized for users in different languages, improving the overall user experience and supporting international expansion. It addresses inconsistencies in translated text across multiple POS applications.
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 Forward-Port-Of: odoo/enterprise#122403 Forward-Port-Of: odoo/enterprise#102094