[MERGE]:Merged lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-chart-of-accounts-bde

bzr revid: atp@tinyerp.com-20120627133524-9kui4o34daeilj12
This commit is contained in:
Atul Patel (OpenERP) 2012-06-27 19:05:24 +05:30
commit c462e155f7
1 changed files with 11 additions and 7 deletions

View File

@ -9,22 +9,25 @@
<form string="Account charts" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_chart_open_window" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<group colspan="4">
<group col="4">
<field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/>
<label align="0.7" string="(If you do not select Fiscal year it will take all open fiscal years)"/>
</group>
<group>
<field name="target_move"/>
<label align="0.7" colspan="4" string="(If you do not select Fiscal year it will take all open fiscal years)"/>
<separator string="Periods" colspan="4"/>
<field name="period_from"/>
<field name="period_to"/>
<label for="period_from" string="Periods"/>
<div>
<field name="period_from" class="oe_inline"/>-
<field name="period_to" class="oe_inline"/>
</div>
</group>
</form>
</field>
</record>
<record id="action_account_chart" model="ir.actions.act_window">
<field name="name">Chart of Accounts</field>
<field name="name">Select an Accounting Setup</field>
<field name="res_model">account.chart</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
@ -35,6 +38,7 @@
<menuitem icon="STOCK_INDENT" action="action_account_chart"
id="menu_action_account_tree2"
name="Chart of Accounts"
parent="account.menu_finance_charts" />
</data>
</openerp>