blob: eb737b8a822c30c2f6b8f9af8cb7a4d16fdd6c47 (
plain)
1
2
3
4
5
6
7
8
|
<odoo>
<template id="fields" inherit_id="auth_signup.fields"
name="Password policy data for auth_signup">
<xpath expr="//input[@name='password']" position="attributes">
<attribute name="t-att-minlength">password_minimum_length</attribute>
</xpath>
</template>
</odoo>
|