From 0232ceed5da009bbdbbcf6efbfa87de9cfdafc72 Mon Sep 17 00:00:00 2001 From: syera bonneaux Date: Tue, 6 Dec 2022 15:51:06 +0100 Subject: [PATCH] [MIG] account_lock_date_update : Migration to 16.0 --- account_lock_date_update/__manifest__.py | 2 +- account_lock_date_update/wizards/account_update_lock_date.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/account_lock_date_update/__manifest__.py b/account_lock_date_update/__manifest__.py index 0f7f2974..321dc94b 100644 --- a/account_lock_date_update/__manifest__.py +++ b/account_lock_date_update/__manifest__.py @@ -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", diff --git a/account_lock_date_update/wizards/account_update_lock_date.py b/account_lock_date_update/wizards/account_update_lock_date.py index e7c11c3d..8c2e1647 100644 --- a/account_lock_date_update/wizards/account_update_lock_date.py +++ b/account_lock_date_update/wizards/account_update_lock_date.py @@ -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.", )