mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[14.0][IMP]account_move_template: Archive account move templates
This commit is contained in:
@@ -23,6 +23,7 @@ class AccountMoveTemplate(models.Model):
|
||||
line_ids = fields.One2many(
|
||||
"account.move.template.line", inverse_name="template_id", string="Lines"
|
||||
)
|
||||
active = fields.Boolean(default=True)
|
||||
|
||||
_sql_constraints = [
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user