IMP] account_advanced_protection_features: add option allow_bank_statement_line_creation

This commit is contained in:
2026-01-20 19:03:24 +01:00
parent a948a466cc
commit fefd9a6a34
8 changed files with 103 additions and 9 deletions

View File

@@ -10,3 +10,7 @@ class AccountJournal(models.Model):
help="Users with group Show Full Accounting Features (id: group_account_user) will be allowed to delete account bank statements "
"and bank statement lines."
)
allow_bank_statement_line_creation = fields.Boolean(
"Allow manual bank statement lines creation",
help="If unchecked, users will not be allowed to manually create bank statement lines for this journal."
)