Thursday, April 16, 2026
1 change · saas-19.1
New functionality added to Odoo
This update introduces a new password field widget for Odoo, allowing users to securely enter sensitive information like passwords. This widget hides the input field by default, providing an 'eye' icon to reveal the typed value, ensuring compliance with security standards. It can be used across various Odoo 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