[VIEW] -gtk-icon for 'send by email' button
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Sun, 27 Sep 2015 07:44:07 +0000 (09:44 +0200)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Sun, 27 Sep 2015 07:44:07 +0000 (09:44 +0200)
view/account.xml

index afb6032..1ebbbef 100644 (file)
@@ -7,7 +7,7 @@
             <field name="priority" eval="8"/>
             <field name="arch" type="xml">
                 <xpath expr="//button[@name='action_invoice_sent']" position="after">
-                    <button string="Sent by Email" icon="gtk-ok" type="object" name="action_invoice_sent" attrs="{'invisible': ['|', ('sent','=', True), ('state', '!=', 'paid')]}"/>
+                    <button string="Sent by Email" type="object" name="action_invoice_sent" attrs="{'invisible': ['|', ('sent','=', True), ('state', '!=', 'paid')]}"/>
                 </xpath>
             </field>
         </record>