[IMP] account_voucher : Highlighted the buttons and remove the icon.

bzr revid: mdi@tinyerp.com-20120604110926-m9evr4auxw9tfzrs
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-04 16:39:26 +05:30
parent 4f96a9d0a5
commit 72fb823d0a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="inherit_id" ref="account.invoice_form"/>
<field name="arch" type="xml">
<button name="invoice_open" position="after">
<button name="invoice_pay_customer" type="object" string="Register Payment" states="open" icon="gtk-go-forward"/>
<button name="invoice_pay_customer" type="object" string="Register Payment" states="open" attrs="{'invisible':[('sent','=',True)]}" class="oe_form_button_hi"/>
</button>
</field>
</record>