clinic/netforce_clinic/layouts/clinic_select_company.xml

6 lines
189 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-15 13:40:17 +00:00
<field name="department" selection="get_departments"/>
2015-02-09 16:47:59 +00:00
</field>
</inherit>