IMP] account_advanced_protection_features: add option allow_bank_statement_line_creation
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user