[MIG] account_lock_date_update : Migration to 16.0
This commit is contained in:
parent
02d352f2a3
commit
0232ceed5d
@ -6,7 +6,7 @@
|
||||
"summary": """
|
||||
Allow an Account adviser to update locking date without having
|
||||
access to all technical settings""",
|
||||
"version": "14.0.2.0.0",
|
||||
"version": "16.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
|
@ -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.",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user