Empty users password

base_user_empty_password
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/18.0/base_user_empty_password
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, chaule97
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides a wizard to allow emptying users password field.

This could be useful to force the user to use another sign on method than Odoo.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
empty_password_wizard_view Empty Password empty.password.wizard form New
view_users_form res.users.form res.users xpath Inherits base.view_users_form
Models touched (2)

New fields (1)
  • user_ids Many2many → res.users
    readonly=True args: 'res.users'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • empty_password_button(self)

New fields (1)
  • has_password Boolean
    compute='_compute_has_password'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/14.0/base_user_empty_password
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAkim Juillerat, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 18:50:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides a wizard to allow emptying users password field.

This could be useful to force the user to use another sign on method than Odoo.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
empty_password_wizard_view Empty Password empty.password.wizard form New
view_users_form res.users.form res.users xpath Inherits base.view_users_form
Models touched (2)

New fields (1)
  • user_ids Many2many → res.users
    default=<expr> readonly=True args: 'res.users'
Public methods (1)
  • empty_password_button(self)

New fields (1)
  • has_password Boolean
    compute='_compute_has_password'
Public methods (0)

No public methods.