[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"> <field name="arch" type="xml">
<form string="Crossovered Analytic" version="7.0"> <form string="Crossovered Analytic" version="7.0">
<header> <header>
<button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print"/> <button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
</header> </header>
<group col="4"> <group col="4">
<field name="date1"/> <field name="date1"/>

View File

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