[IMP] l10n_ch: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615124725-wyy08nn6bf3aslnp
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 18:17:25 +05:30
parent f13e03d069
commit 35e7e58878
2 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="BVR Import" version="7.0">
<header>
<button name="import_bvr" string="Import" type="object" icon="gtk-ok" colspan="2"/>
<button special="cancel" string="Cancel" icon="gtk-cancel" colspan="2"/>
<button name="import_bvr" string="Import" type="object" icon="gtk-ok" colspan="2" class="oe_form_button_active_flow"/>
</header>
<group>
<field name="file"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="DTA file creation - Results" version="7.0">
<header>
<button name="create_dta" string="Create DTA" type="object" icon="gtk-execute" colspan="2"/>
<button special="cancel" string="Cancel" icon="gtk-cancel" colspan="2"/>
<button name="create_dta" string="Create DTA" type="object" icon="gtk-execute" colspan="2" class="oe_form_button_active_flow"/>
</header>
<group>
<field name="dta_file"/>