[MIG] account_lock_date_update: Migration to 15.0

This commit is contained in:
Eduardo De Miguel
2022-03-31 18:05:25 +02:00
parent 39ff9c22a4
commit b16f3e17dd
5 changed files with 10 additions and 11 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.",
)