summaryrefslogtreecommitdiff
path: root/addons/auth_password_policy/views/res_users.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/auth_password_policy/views/res_users.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/auth_password_policy/views/res_users.xml')
-rw-r--r--addons/auth_password_policy/views/res_users.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/auth_password_policy/views/res_users.xml b/addons/auth_password_policy/views/res_users.xml
new file mode 100644
index 00000000..e0a2ffc3
--- /dev/null
+++ b/addons/auth_password_policy/views/res_users.xml
@@ -0,0 +1,12 @@
+<odoo>
+ <record id="change_password_multi" model="ir.ui.view">
+ <field name="name">Enable password meter on multi passwords wizard</field>
+ <field name="inherit_id" ref="base.change_password_wizard_user_tree_view"/>
+ <field name="model">change.password.user</field>
+ <field name="arch" type="xml">
+ <xpath expr="//field[@name='new_passwd']" position="attributes">
+ <attribute name="widget">password_meter</attribute>
+ </xpath>
+ </field>
+ </record>
+</odoo>