[IMP] account_asset,account_bank_statement_extensions: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615121346-mzayk2ihz6ip6zg0
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 17:43:46 +05:30
parent 87343de789
commit 6401cef582
2 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Modify Asset" version="7.0">
<header>
<button name="modify" string="Modify" type="object" icon="terp-camera_test"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="modify" string="Modify" type="object" icon="terp-camera_test" class="oe_form_button_active_flow"/>
</header>
<group string="Asset Durations to Modify" col="4">
<field name="name" colspan="4"/>

View File

@ -8,8 +8,7 @@
<field name="arch" type="xml">
<form string="Compute Asset" version="7.0">
<header>
<button icon="gtk-execute" string="Compute" name="asset_compute" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-execute" string="Compute" name="asset_compute" type="object" class="oe_form_button_active_flow"/>
</header>
<separator string="Post Depreciation Lines"/>
<label string="This wizard will post the depreciation lines of running assets that belong to the selected period."/>