clinic/netforce_clinic/layouts/clinic_prod_form.xml

30 lines
1.2 KiB
XML
Raw Permalink 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">
2015-08-21 08:15:53 +00:00
<tab string="Ratchawat">
2015-08-19 04:00:15 +00:00
<group form_layout="stacked">
2016-08-19 14:18:48 +00:00
<field name="default_qty" span="2"/>
<field name="mdc_name" span="2"/>
2015-08-21 08:15:53 +00:00
<separator string="Product View"/>
2015-08-19 04:00:15 +00:00
<field name="patient_types" nolabel="1" span="12">
<list>
<field name="code"/>
<field name="name"/>
<field name="default"/>
</list>
</field>
2015-08-21 08:15:53 +00:00
<separator string="Product Account Setting"/>
2015-08-19 04:00:15 +00:00
<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"]]'/>
2015-08-19 04:00:15 +00:00
<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>