Wednesday, July 1, 2026
4 changes · saas-19.2
Enhancements to existing features
The POS now sends buyer address details to Fiskaly only when they are actually available. This avoids transmitting placeholder values like "N/A" and helps ensure the information sent is more accurate and cleaner.
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#122188 Forward-Port-Of: odoo/enterprise#113621
This update fills in missing translations for user-facing messages across Point of Sale features. It improves the experience for non-English users by making dialogs, errors, alerts, and warnings easier to understand during day-to-day POS use.
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#273039 Forward-Port-Of: odoo/odoo#239972
This update fills in missing translations across Point of Sale screens, dialogs, errors, and warnings. It helps users see clearer messages in their language, making the POS easier to use and reducing confusion during daily 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#122251 Forward-Port-Of: odoo/enterprise#102094
This update adds a new integration point when an activity is marked as done. It makes it easier for other features to automatically link or process the related message, improving consistency across activity-related workflows.
Original PR description
Add a hook in `_action_done` to allow other modules to link/process message for every activity.