mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] sale_payment_web: add ACL for account.payment, don't show view if not in group.
This commit is contained in:
committed by
Cedric Collins
parent
6f3709f7ea
commit
ef91090a81
@@ -1,2 +1,3 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_payment_method,account.payment.method,account.model_account_payment_method,group_payment_web,1,0,0,0
|
||||
access_payment,account.payment,account.model_account_payment,group_payment_web,1,1,1,1
|
||||
|
||||
|
Reference in New Issue
Block a user