[MERGE]: Merged shp branch for add separator in chart template view
authorAtul Patel (OpenERP) <atp@tinyerp.com>
Thu, 8 Nov 2012 03:52:00 +0000 (09:22 +0530)
committerAtul Patel (OpenERP) <atp@tinyerp.com>
Thu, 8 Nov 2012 03:52:00 +0000 (09:22 +0530)
bzr revid: atp@tinyerp.com-20121108035200-gjfwux4ke758ox41

addons/account/account_view.xml

index 007145a..7136d0c 100644 (file)
                         <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])]"/>