password_meter
The password_meter widget scores a password against the policy your server actually enforces. It is the opposite of the password widget: it shows the value and rates it, rather than hiding it.
September 18, 2026Updated September 18, 20264 min read
| Technical name | password_meter |
|---|---|
| Field types | char |
| Views | form |
| Module | auth_password_policy, not part of every database |
| Used in core | 0 uses in Odoo 19 Community or Enterprise. Unchanged in Odoo 20. |
| Versions | Odoo 19.0, Odoo 20.0 |
| No-code setup | No. There is no Studio entry and no options. |
| Alternatives | password, char |
What the password_meter widget does
What this means for your team
Working examples
Two widgets called Password
Version compatibility
| Version | Status | Notes |
|---|---|---|
| Odoo 19.0 | Verified | Verified against the shipped 19.0 source. |
| Odoo 20.0 | Verified | Verified against the 20.0 branch. No changes. |
Unchanged between the two branches we checked.
What is changing in Odoo 20
Common problems and fixes
| Symptom | Cause and fix |
|---|---|
| The widget does not exist on this database | It ships in auth_password_policy, which is not installed everywhere. Install auth_password_policy, or use the plain char widget. |
| The value is visible on screen | Working as designed. This widget scores, it does not mask. Use the password widget if you need masking. The two cannot be combined on one field. |
| The meter does not reflect a policy change an admin just made | The policy is fetched once in onWillStart, when the field first renders. Reload the view. |
| Two widgets both appear as 'Password' in a picker | password and password_meter share the same displayName across different modules. Select by registration key: password for masking, password_meter for scoring. |
Password_meter widget vs the alternatives
Frequently asked questions
What is the difference between password and password_meter in Odoo?+
Where does the Odoo password strength meter get its rules?+
Does password_meter have options?+
Password policy nobody can satisfy?
A strength meter helps only if the policy behind it is sane. We tune Odoo's password and session rules so they pass an audit without generating a weekly queue of reset requests, and wire single sign-on where it fits.
Talk to an Odoo consultant