Show/Hide Password Option Odoo App
Password Visibility Control Backend
Enable Password Show/Hide
This module provides an intuitive and user friendly way to enhance password field security. It enables users to toggle between showing and hiding their password with a simple eye icon button.
Main Features of Show/Hide Password Option
- Password Visibility Toggle Button:
- Specifically works on Char Fields with the password=True attribute, which is the standard way of defining password fields in Odoo.
- Allows users to toggle between visible and hidden passwords.
- Dynamic Icon Change:
- The eye icon changes to an "eye slash" when the password is visible and to an "eye" when the password is hidden.
- Seamless Backend Integration:
- Integrates smoothly with Odoo backend views, including both form and list views, without requiring additional customization. It automatically activates wherever a Char field has the attribute password=True.
- User Friendly Experience:
- Enhances user experience by enabling users to toggle the visibility of their typed password for verification without permanently exposing it.
- System-Wide Password Support:
- Seamlessly supports all Char Fields marked with password=True across Odoo, ensuring consistent visibility toggle functionality for multiple password inputs in both form and list views.