Commit Graph

12 Commits

Author SHA1 Message Date
be97fac0ac [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
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
189b068097 [IMP] account_advanced_protection_features : correct the way allow_bank_statement_line_creation works
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m31s
2026-02-03 16:17:28 +01:00
fefd9a6a34 IMP] account_advanced_protection_features: add option allow_bank_statement_line_creation 2026-01-21 10:15:50 +01:00
a948a466cc [IMP] account_advanced_protection_features: correct function button_draft when called on multiple moves
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m27s
2026-01-07 16:59:20 +01:00
c7254a7b84 [IMP] account_advanced_protection_features : remove exceptions about cash and check deposits when trying to delete an posted account move 2025-09-26 09:52:15 +00:00
04da189e5e [IMP] account_advanced_protection_features: control bank statement lines deletion with allow_bank_statement_deletion journal param 2025-09-26 09:52:15 +00:00
e21d0b77cf [IMP] account_advanced_protection_features: use is_move_sent field to prevent_reset_to_draft_sent_invoice 2025-09-26 09:52:15 +00:00
ebb39f5c36 [IMP] account_advanced_protection_features: remove group group_account_super_user and create group_account_protection_manager which gives access to protection features 2025-09-26 09:52:15 +00:00
70d7e92bbe [IMP] account_advanced_protection_features: manage allow_bank_statement_deletion in cash and bank journals 2025-09-26 09:52:15 +00:00
ef806430f3 [IMP] account_advanced_protection_features: be able to manage prevent_deletion_of_posted_account_move option in journals 2025-09-26 09:52:15 +00:00
ff2938e172 [IMP] account_advanced_protection_features: be able to manage prevent_reset_to_draft_sent_invoice option in sale journals 2025-09-26 09:52:15 +00:00
e41fb347e2 [NEW] account_advanced_protection_features: fusion of both modules account_move_protect_deleting and account_move_protect_reset_to_draft 2025-09-26 09:52:15 +00:00