[FIX] account_advanced_protection_features: restore bank statement(s) unlink right lost #32

Closed
elabore_bot wants to merge 1 commits from account_advanced_protection_features_fix_unlink_rights into 16.0
Member

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.

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.
elabore_bot added 1 commit 2026-07-29 15:29:51 +00:00
[FIX] account_advanced_protection_features: restore bank statement(s) unlink right lost in ebb39f5
Some checks failed
pre-commit / pre-commit (pull_request) Has been cancelled
be97fac0ac
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.
Owner

On a décidé que ce n'est pas une bonne approche.
Une meilleure approche est de déterminer toutes les instances qui ont "account_usability_misc" installé puis de faire la maj vers "account_advanced_protection_features" (et donc maj manuellement le module "account").

On a décidé que ce n'est pas une bonne approche. Une meilleure approche est de déterminer toutes les instances qui ont "account_usability_misc" installé puis de faire la maj vers "account_advanced_protection_features" (et donc maj manuellement le module "account").
mondot closed this pull request 2026-08-03 14:08:16 +00:00
mondot deleted branch account_advanced_protection_features_fix_unlink_rights 2026-08-03 14:08:20 +00:00
Some checks failed
pre-commit / pre-commit (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.
No description provided.