clinic/netforce_clinic/layouts/clinic_prod_form.xml

28 lines
1.1 KiB
XML
Raw Normal View History

2015-02-04 05:13:10 +00:00
<inherit model="product" inherit="product_form">
2015-08-19 04:00:15 +00:00
<tab string="Other" position="after">
<tab string="Ratchawat Clinic">
<group form_layout="stacked">
<separator string="View Product"/>
<field name="patient_types" nolabel="1" span="12">
<list>
<field name="code"/>
<field name="name"/>
<field name="default"/>
</list>
</field>
<separator string="Account Product Setting"/>
<field name="account_products" nolabel="1">
<list>
<field name="patient_type_id"/>
<field name="ar_debit_id"/>
<field name="ar_credit_id"/>
<field name="type"/>
</list>
</field>
<separator string="Report HD Case Summary Setting"/>
<field name="report_visible"/>
</group>
</tab>
</tab>
2015-02-04 05:13:10 +00:00
</inherit>