[MERGE]: Merged shp branch for add separator in chart template view

bzr revid: atp@tinyerp.com-20121108035200-gjfwux4ke758ox41
This commit is contained in:
Atul Patel (OpenERP) 2012-11-08 09:22:00 +05:30
commit d42be21c3b
1 changed files with 2 additions and 1 deletions

View File

@ -2159,7 +2159,8 @@
<field name="visible" />
<field name="complete_tax_set" />
</group>
<field name="tax_template_ids" colspan="4" readonly="1" nolabel="1"/>
<separator string="Default Taxes" colspan="4"/>
<field name="tax_template_ids" colspan="4" nolabel="1"/>
<separator string="Properties" colspan="4"/>
<group col="4">
<field name="property_account_receivable" domain="[('id', 'child_of', [account_root_id])]"/>