clinic/netforce_clinic/layouts/clinic_prod_form.xml

28 lines
1.1 KiB
XML

<inherit model="product" inherit="product_form">
<tab string="Other" position="after">
<tab string="Ratchawat">
<group form_layout="stacked">
<separator string="Product View"/>
<field name="patient_types" nolabel="1" span="12">
<list>
<field name="code"/>
<field name="name"/>
<field name="default"/>
</list>
</field>
<separator string="Product Account Setting"/>
<field name="account_products" nolabel="1">
<list>
<field name="patient_type_id"/>
<field name="ar_debit_id" domain='[["type","!=","view"]]'/>
<field name="ar_credit_id" domain='[["type","!=","view"]]'/>
<field name="type"/>
</list>
</field>
<separator string="Report HD Case Summary Setting"/>
<field name="report_visible"/>
</group>
</tab>
</tab>
</inherit>