Files
account-tools/account_advanced_protection_features/security/ir.model.access.csv
Quentin Mondot be97fac0ac
Some checks failed
pre-commit / pre-commit (pull_request) Has been cancelled
[FIX] account_advanced_protection_features: restore bank statement(s) unlink right lost in ebb39f5
The delete right on account.bank.statement and account.bank.statement.line
was granted to a super user group via ir.model.access rows added in account_usability_misc
(ec22b72). We dropped the super user group when moving the protection feature to
this module (in the commit ebb39f5), without re-adding them, leaving perm_unlink stuck at 0 for
group_account_user until a full account module update.

Reset the unlink right for group_account_user in this commit, so the right is restored
automatically on install/upgrade of this module.
2026-07-29 17:25:51 +02:00

380 B

1idnamemodel_id:idgroup_id:idperm_readperm_writeperm_createperm_unlink
2access_account_bank_statement_resetaccount.bank.statement unlink resetaccount.model_account_bank_statementaccount.group_account_user1111
3access_account_bank_statement_line_resetaccount.bank.statement.line unlink resetaccount.model_account_bank_statement_lineaccount.group_account_user1111