From 24f2d5185092dd49a7c2389ec5127baf72d239f3 Mon Sep 17 00:00:00 2001 From: "robin.keunen" Date: Thu, 4 Mar 2021 18:14:55 +0100 Subject: [PATCH] [IMP] account_permanent_lock_move: missing description on wizard --- .../wizard/permanent_lock_date_wizard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py b/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py index ad6ed14f4..1e85228df 100644 --- a/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py +++ b/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py @@ -5,7 +5,8 @@ from odoo.exceptions import UserError class PermanentLockDateWizard(models.TransientModel): - _name = 'permanent.lock.date.wizard' + _name = "permanent.lock.date.wizard" + _description = "Permanent Lock Date Wizard" lock_date = fields.Date(string="Lock Date") company_id = fields.Many2one(comodel_name='res.company',