[IMP] account_check_deposit: add ACL for account read-only group

This commit is contained in:
Alexis de Lattre
2024-01-23 00:07:11 +01:00
parent 437a2c50e3
commit bef54af500

View File

@@ -1,2 +1,3 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_account_check_deposit_account_check_deposit_group_manager","account_check_deposit_account_check_deposit_group_manager","model_account_check_deposit","account.group_account_invoice",1,1,1,1
"access_account_check_deposit_audit","Read-only access on account.check.deposit to auditor","model_account_check_deposit","account.group_account_readonly",1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_check_deposit_account_check_deposit_group_manager account_check_deposit_account_check_deposit_group_manager model_account_check_deposit account.group_account_invoice 1 1 1 1
3 access_account_check_deposit_audit Read-only access on account.check.deposit to auditor model_account_check_deposit account.group_account_readonly 1 0 0 0