account_lock_date_update: fix string
This commit is contained in:
parent
7a74f0f1ad
commit
907a817566
@ -7,7 +7,7 @@ from odoo.exceptions import UserError
|
|||||||
|
|
||||||
class AccountUpdateLockDate(models.TransientModel):
|
class AccountUpdateLockDate(models.TransientModel):
|
||||||
_name = "account.update.lock_date"
|
_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)
|
company_id = fields.Many2one(comodel_name="res.company", required=True)
|
||||||
period_lock_date = fields.Date(
|
period_lock_date = fields.Date(
|
||||||
|
Loading…
Reference in New Issue
Block a user