[IMP]move buttons to footer from header and improve button name

bzr revid: sgo@tinyerp.com-20130522094947-5m5nu4jtlv8d3ajl
This commit is contained in:
sgo@tinyerp.com 2013-05-22 15:19:47 +05:30
parent 93f264ef7e
commit 9f35da6376
2 changed files with 6 additions and 6 deletions

View File

@ -7,11 +7,6 @@
<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">
<label string="Keep empty to open the current situation" colspan="4"/>
<group>
@ -19,6 +14,11 @@
<field name="to_date"/>
</group>
</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>

View File

@ -11,7 +11,7 @@
<field name="lines" nolabel="1"/>
</group>
<footer>
<button name="populate_statement" string="ADD" type="object" class="oe_highlight"/>
<button name="populate_statement" string="Ok" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>