[IMP] account_layout: remove cancel button from wizard.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Fri, 15 Jun 2012 12:19:42 +0000 (17:49 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Fri, 15 Jun 2012 12:19:42 +0000 (17:49 +0530)
bzr revid: tpa@tinyerp.com-20120615121942-bo1qkbk9difu08ko

addons/account_invoice_layout/wizard/account_invoice_special_message.xml

index 1ddef75..941580e 100644 (file)
@@ -9,8 +9,7 @@
             <field name="arch" type="xml">
                 <form string="Select Message" version="7.0">
                     <header>
-                        <button name="check_report" string="Print" type="object" icon="gtk-print"/>
-                        <button special="cancel" string="Cancel" icon="gtk-cancel"/>
+                        <button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
                     </header>
                     <group>
                         <field name="message"/>