Thursday, April 16, 2026
2 changes · saas-19.2
New functionality added to Odoo
This update adds a guided tour for Worldline payment terminals when used with kiosks. This ensures seamless and correct payment processing, addressing a previous issue and enhancing the kiosk ordering experience for customers. It's a key improvement for supporting our retail partners' self-service solutions.
Original PR description
We add a tour to ensure worldline payment terminals work correctly with kiosk. Forward-Port-Of: odoo/enterprise#113823 Forward-Port-Of: odoo/enterprise#105478
This update introduces a new password field widget for Odoo, allowing users to securely enter sensitive information like passwords. The widget hides the input field by default, providing an 'eye' icon to reveal the typed value, ensuring data privacy and compliance with security standards. This addition enhances the security and flexibility of Odoo forms and views.
Original PR description
This commit introduces a new "password" field widget. This widget can be set on char and text fields. It renders the value inside an input with `type="password"` such that the real value is hidden. Next to the input, an "eye" is displayed and allows to show the real value. The widget can be used in form, list and kanban views. Such a widget is sometimes necessary to be security compliant. Task~6116365 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 Forward-Port-Of: odoo/odoo#258887