[IMP] remove icon from cancle buttons
authorPurnendu Singh (OpenERP) <psi@tinyerp.com>
Wed, 13 Jun 2012 07:04:59 +0000 (12:34 +0530)
committerPurnendu Singh (OpenERP) <psi@tinyerp.com>
Wed, 13 Jun 2012 07:04:59 +0000 (12:34 +0530)
bzr revid: psi@tinyerp.com-20120613070459-nu2bkvdbll6owf2y

addons/account_cancel/account_cancel_view.xml

index 6a214fa..9bf3713 100644 (file)
@@ -20,7 +20,7 @@
             <field name="inherit_id" ref="account.invoice_form"/>
             <field name="arch" type="xml">
                 <xpath expr="//button[@name='invoice_cancel']" position="replace">
-                    <button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" icon="gtk-cancel" groups="account.group_account_invoice"/>
+                    <button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" groups="account.group_account_invoice"/>
                 </xpath>
             </field>
         </record>
@@ -32,7 +32,7 @@
             <field name="inherit_id" ref="account.invoice_supplier_form"/>
             <field name="arch" type="xml">
                 <xpath expr="//button[@name='invoice_cancel']" position="replace">
-                    <button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" icon="gtk-cancel" groups="account.group_account_invoice"/>
+                    <button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" groups="account.group_account_invoice"/>
                 </xpath>
             </field>
         </record>