[IMP] account_analytic_plans: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615121141-rplvv0eqkv9egql5
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 17:41:41 +05:30
parent 8fe05513cd
commit 87343de789
2 changed files with 2 additions and 7 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Crossovered Analytic" version="7.0">
<header>
<button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<field name="date1"/>

View File

@ -8,8 +8,7 @@
<field name="arch" type="xml">
<form string="Distribution Model Saved" version="7.0">
<header>
<button string="Ok" icon='gtk-execute' type="object" name="activate" default_focus="1"/>
<button special="cancel" string="Cancel" icon='gtk-ok' />
<button string="Ok" icon='gtk-execute' type="object" name="activate" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<label string="Save This Distribution as a Model"/>
</form>
@ -22,9 +21,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Distribution Model Saved" version="7.0">
<header>
<button special="cancel" string="Ok" icon='gtk-ok'/>
</header>
<label string="This distribution model has been saved.You will be able to reuse it later."/>
</form>
</field>