[FIX] account: The buttons of the Chart of analytic account appear on top, that should be in footer like all other wizards (Maintenance case: 590131)

bzr revid: han@tinyerp.com-20130322054456-27wjh8c78sfijw4b
This commit is contained in:
Hardik Ansodariya 2013-03-22 11:14:56 +05:30
parent 2c497fab50
commit 004fb6af7f
1 changed files with 5 additions and 5 deletions

View File

@ -7,16 +7,16 @@
<field name="model">account.analytic.chart</field>
<field name="arch" type="xml">
<form string="Analytic Account Charts" version="7.0">
<header>
<button name="analytic_account_chart_open_window" string="Open Charts" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Select the Period for Analysis" col="4">
<field name="from_date"/>
<field name="to_date"/>
<label string="(Keep empty to open the current situation)" colspan="4"/>
</group>
<footer>
<button name="analytic_account_chart_open_window" string="Open Charts" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form>
</field>
</record>