clinic/netforce_clinic/layouts/clinic_select_company.xml

6 lines
189 B
XML

<inherit model="select.company" inherit="select_company">
<field name="company" position="after">
<field name="department" selection="get_departments"/>
</field>
</inherit>