Merge pull request #1766 from akretion/16-account_lock_date_update-fix_string
[16.0] account_lock_date_update: fix string to remove the underscore
This commit is contained in:
commit
f024129303
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user