clinic/netforce_clinic/layouts/clinic_select_company.xml

6 lines
202 B
XML

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