clinic/netforce_clinic/layouts/clinic_prod_form.xml

16 lines
439 B
XML
Raw Normal View History

2015-02-04 05:13:10 +00:00
<inherit model="product" inherit="product_form">
<field name="categ_id" position="after">
<field name="patient_types"/>
</field>
2015-04-22 16:43:00 +00:00
<field name="attributes" position="before">
<field name="departments">
<list>
<field name="department_id"/>
</list>
<form>
<field name="department_id"/>
</form>
</field>
</field>
2015-02-04 05:13:10 +00:00
</inherit>