[IMP] account_advanced_protection_features: be able to manage prevent_deletion_of_posted_account_move option in journals
This commit is contained in:
@@ -4,3 +4,4 @@ class AccountJournal(models.Model):
|
||||
_inherit = "account.journal"
|
||||
|
||||
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")
|
||||
|
Reference in New Issue
Block a user