[MIG] account_lock_date_update : Migration to 16.0

This commit is contained in:
syera bonneaux
2022-12-06 15:51:06 +01:00
parent 02d352f2a3
commit 0232ceed5d
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ class AccountUpdateLockDate(models.TransientModel):
"example.",
)
tax_lock_date = fields.Date(
string="Tax Lock Date",
help="No users can edit journal entries related to a tax prior and "
"inclusive of this date.",
)