clinic/netforce_clinic/layouts/clinic_contact_form.xml

10 lines
240 B
XML
Raw Normal View History

2014-12-16 09:53:36 +00:00
<inherit model="partner" inherit="contact_form">
2015-02-13 07:46:39 +00:00
<tab string="Services" position="after">
<tab string="Other">
<field name="walkin_cust"/>
<field name="is_patient"/>
</tab>
</tab>
2014-12-16 09:53:36 +00:00
</inherit>