2
0

account_lock_date_update: fix string

This commit is contained in:
Alexis de Lattre 2023-11-03 13:56:06 +01:00
parent 7a74f0f1ad
commit 907a817566

View File

@ -7,7 +7,7 @@ from odoo.exceptions import UserError
class AccountUpdateLockDate(models.TransientModel):
_name = "account.update.lock_date"
_description = "Account Update Lock_date"
_description = "Wizard to Update Accounting Lock Dates"
company_id = fields.Many2one(comodel_name="res.company", required=True)
period_lock_date = fields.Date(