Browse Source

Merge pull request #256 from HBEE/partner-firstname-user-creation

[9.0] partner_firstname: fix user creation
pull/257/head
Pedro M. Baeza 9 years ago
parent
commit
07d1e94316
  1. 1
      partner_firstname/views/res_user.xml

1
partner_firstname/views/res_user.xml

@ -10,6 +10,7 @@
<data>
<xpath expr="//field[@name='name']" position="attributes">
<attribute name="readonly">True</attribute>
<attribute name="required">False</attribute>
</xpath>
<xpath expr="//field[@name='email']" position="after">

Loading…
Cancel
Save