Skip to content

Commit 396e3e9

Browse files
committed
[MIG] product_restrict_payment_acquirer: view fix
Fix groups restriction for template views Task: 4861
1 parent 9784f95 commit 396e3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_restrict_payment_acquirer/views/product_template_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<field
1111
name="allowed_payment_provider_ids"
1212
widget="many2many_tags"
13-
groups="account.group_account_user"
13+
groups="account.group_account_invoice"
1414
/>
1515
</group>
1616
</xpath>

0 commit comments

Comments
 (0)