[IMP] account_voucher : removed the icon from a button.

bzr revid: mdi@tinyerp.com-20120606090926-s6wupsqyobp2wfff
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-06 14:39:26 +05:30
parent 446647a785
commit 2c8df77f1f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<xpath expr="//button[@name='invoice_open']" position="after">
<div>
<button name="invoice_pay_customer" type="object" string="Register Payment" states="open" icon="gtk-go-forward" class="oe_form_button_hi"/>
<button name="invoice_pay_customer" type="object" string="Register Payment" states="open" class="oe_form_button_hi"/>
</div>
</xpath>
</field>