You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
615 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <template id="signup_fields" inherit_id="auth_signup.fields">
  5. <xpath expr="//div[@class='form-group field-password']"
  6. position="attributes">
  7. <attribute name="t-if">only_passwords</attribute>
  8. </xpath>
  9. <xpath expr="//div[@class='form-group field-confirm_password']"
  10. position="attributes">
  11. <attribute name="t-if">only_passwords</attribute>
  12. </xpath>
  13. <xpath expr="//input[@name='login']" position="attributes">
  14. <attribute name="type">email</attribute>
  15. </xpath>
  16. </template>
  17. </data>
  18. </openerp>