[MRG] [FIX] replaced eval to avoid XML issues in OpenERP

This commit is contained in:
Matthieu Dietrich
2013-12-12 13:44:07 +01:00
committed by Joel Grand-Guillaume

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>