mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] incorrect 'eval' in invoice view replaced
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user