[FIX] incorrect 'eval' in invoice view replaced

This commit is contained in:
Matthieu Dietrich
2013-11-25 16:07:54 +01:00
parent 1a59b5368f
commit 7fbe2fd9fb

View File

@@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<xpath expr="//button[@name='invoice_cancel']" position="attributes">
<attribute name="groups" eval="account.group_account_invoice"/>
<attribute name="groups">account.group_account_invoice</attribute>
</xpath>
</field>
</record>