Skip to content
Snippets Groups Projects
Commit d5e43ac2 authored by Michele's avatar Michele Committed by micheledic
Browse files

[FIX] base: fix user list empty if there is an UserError or ValidationError on change password form


closes odoo/odoo#122442

X-original-commit: fa2cb330
Signed-off-by: default avatarVincent Schippefilt (vsc) <vsc@odoo.com>
parent 64b58764
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<!-- the user list is editable, but one cannot add or delete rows -->
<tree string="Users" editable="bottom" create="false" delete="false">
<field name="user_id" invisible="1"/>
<field name="user_login"/>
<field name="user_login" force_save="1"/>
<field name="new_passwd" required="True" password="True"/>
</tree>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment