clinic/netforce_clinic/layouts/clinic_contact_form.xml

11 lines
277 B
XML
Raw Permalink 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"/>
2015-02-18 16:53:29 +00:00
<field name="is_staff"/>
2015-02-13 07:46:39 +00:00
</tab>
</tab>
2014-12-16 09:53:36 +00:00
</inherit>