[IMP] remove tab & change Account template form view

bzr revid: fka@tinyerp.com-20121106093904-x9g8pdd2wsxbc97x
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-11-06 15:09:04 +05:30
parent a5b4b4cf95
commit c8bf391677
1 changed files with 16 additions and 21 deletions

View File

@ -2074,8 +2074,6 @@
<field name="model">account.account.template</field>
<field name="arch" type="xml">
<form string="Account Template" version="7.0">
<notebook>
<page string="General Information">
<group col="4">
<field name="name"/>
<field name="code"/>
@ -2091,11 +2089,8 @@
</group>
<separator string="Default Taxes"/>
<field name="tax_ids"/>
</page>
<page string="Notes">
<separator string="Notes"/>
<field name="note"/>
</page>
</notebook>
</form>
</field>
</record>