clinic/netforce_clinic/layouts/clinic_select_company.xml

6 lines
202 B
XML
Raw Normal View History

2015-02-09 16:47:59 +00:00
<inherit model="select.company" inherit="select_company">
<field name="company" position="after">
2015-03-13 06:43:12 +00:00
<field name="department" selection="get_departments" required="1"/>
2015-02-09 16:47:59 +00:00
</field>
</inherit>