[IMP] account_advanced_protection_features: manage allow_bank_statement_deletion in cash and bank journals

This commit is contained in:
2025-08-22 10:04:49 +02:00
parent a0ab4f96bd
commit 0785c49c96
4 changed files with 19 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ class AccountJournal(models.Model):
prevent_reset_to_draft_sent_invoice = fields.Boolean("Prevent to reset to draft a sent invoice")
prevent_deletion_of_posted_account_move = fields.Boolean("Prevent to delete an already posted account move")
allow_bank_statement_deletion = fields.Boolean("Allow bank statement deletion")