[IMP] account_voucher : revert the changes.

bzr revid: mdi@tinyerp.com-20120604111519-1rp90h30yrf5uvvh
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-04 16:45:19 +05:30
parent 72fb823d0a
commit 25332dbe1d
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" attrs="{'invisible':[('sent','=',True)]}" class="oe_form_button_hi"/>
<button name="invoice_pay_customer" type="object" string="Register Payment"/>
</button>
</field>
</record>