Daily updates from Odoo
Friday, June 26, 2026
3 changes · saas-18.3
Enhancements to existing features
This update fills in missing translations across Point of Sale modules so more dialogs, errors, alerts, and warnings are shown in the user’s language. It improves the day-to-day experience for POS staff by making on-screen messages clearer and more consistent.
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#271263 Forward-Port-Of: odoo/odoo#239972
This update fills in missing translations across Point of Sale screens, dialogs, alerts, and error messages. It helps users working in different languages understand prompts and issues more clearly, improving the overall POS experience.
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#121313 Forward-Port-Of: odoo/enterprise#102094
This update makes PDP registration more flexible by allowing the contact email to be changed during signup. It also strengthens protection against identity misuse during the connection process and lets users restart the KYC verification if a deregistration is needed.
Original PR description
It seems the readonly can cause some problem because the user might want to change it during the registration. Also adding the hash signed to the connect route to make sure nobody can impersonate the kyc Also clicking on the button_deregister_pdp_participant action will now reset the kyc status so that you can do it again if needed. task-626574 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#268833