| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 152 |
| Technical Name |
password_show_hide_confirm |
| License | LGPL-3 |
Password Show/Hide Confirm Widget for Odoo
This Password Show/Hide Confirm widget is designed for use in your Odoo application. It allows users to toggle the visibility of password fields and ensures that the confirm password field matches the password field. The widget enhances user experience by providing a simple way to verify and manage passwords.
The widget is linked to a password field with the widget property set to password_show_hide_confirm.
How the Password Show/Hide Confirm Widget Works:
-
Define a
passwordfield (Char field) in your Odoo model. -
Add the attribute
widget="password_show_hide_confirm"to thepasswordfield in your form view. -
Define a
confirm passwordfield (Char field) in your Odoo model. -
Add the attribute
widget="password_show_hide_confirm" confirm_password_to="password"to theconfirm passwordfield in your form view.
Please log in to comment on this module