[ADD] added sheet tag in account related modules

bzr revid: bde@tinyerp.com-20120614101157-43hsd2frq1bkz3ju
This commit is contained in:
Bharat Devnani (OpenERP) 2012-06-14 15:41:57 +05:30
parent c57e8b9ea6
commit ac090a71b6
3 changed files with 100 additions and 93 deletions

View File

@ -1829,7 +1829,7 @@
<button name="remove_line" states="running" string="Remove Lines" type="object" icon="gtk-remove"/>
<field name="state" widget="statusbar" statusbar_visible="draft,running,done"/>
</header>
<sheet>
<group>
<group>
<field name="name"/>
@ -1850,6 +1850,7 @@
</group>
<separator string="Subscription Lines"/>
<field name="lines_id" widget="one2many_list"/>
</sheet>
</form>
</field>
</record>

View File

@ -231,6 +231,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Budget Lines" version="7.0">
<sheet>
<group col="4">
<field name="crossovered_budget_id"/>
<field name="analytic_account_id"/>
@ -244,6 +245,7 @@
<field name="percentage"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
</group>
</sheet>
</form>
</field>
</record>

View File

@ -246,6 +246,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="CODA File" version="7.0">
<sheet>
<group col="4">
<field name="coda_creation_date"/>
<field name="name"/>
@ -257,6 +258,7 @@
<separator string="Additional Information"/>
<field name="note"/>
<field name="statement_ids"/>
</sheet>
</form>
</field>
</record>
@ -322,6 +324,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="CODA Bank Statement" version="7.0">
<sheet>
<group col="4">
<field name="name"/>
<field name="date"/>
@ -373,6 +376,7 @@
<group colspan="4">
<field name="balance_end"/>
</group>
</sheet>
</form>
</field>
</record>