2
0

[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

@ -6,7 +6,7 @@
"summary": """ "summary": """
Allow an Account adviser to update locking date without having Allow an Account adviser to update locking date without having
access to all technical settings""", access to all technical settings""",
"version": "14.0.2.0.0", "version": "16.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)", "author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools", "website": "https://github.com/OCA/account-financial-tools",

View File

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