Tuesday, June 30, 2026
4 changes · 19.0
Enhancements to existing features
This update adds missing translations to customer- and staff-facing messages across Point of Sale apps. It helps multilingual users see clearer dialogs, errors, warnings, and payment or restaurant messages in their chosen language.
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#271883 Forward-Port-Of: odoo/odoo#239972
This change appears to be a small maintenance update in the Website area, focused on sitemap testing. It helps keep website functionality reliable without introducing noticeable changes for end users.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fills in missing translations across Point of Sale screens, dialogs, alerts, and error messages. It helps staff see clearer messages in their language, improving usability and reducing confusion during day-to-day operations.
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#121690 Forward-Port-Of: odoo/enterprise#102094
The point-of-sale connection for German fiscal reporting now sends buyer address information only when it actually exists. This avoids sending placeholder values like “N/A,” improving data quality and reducing the chance of rejected or confusing requests.
Original PR description
In this commit: ------------------- - Buyer address fields are optional and should only be sent to Fiskaly when they are actually available. - Avoid sending placeholder values like "N/A". If the data is not present, the fields should simply be omitted from the request. task: 6113133 Forward-Port-Of: odoo/enterprise#121989 Forward-Port-Of: odoo/enterprise#113621