clinic/netforce_clinic/layouts/clinic_user_form.xml

7 lines
202 B
XML
Raw Normal View History

2015-02-10 01:28:30 +00:00
<inherit model="base.user" inherit="user_form">
<field name="pin_code" position="after">
<field name="department_profile_id"/>
2015-03-17 01:23:39 +00:00
<field name="old_profile_id"/>
2015-02-10 01:28:30 +00:00
</field>
</inherit>