2
0

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:
Alexis de Lattre 2023-11-04 23:57:32 +01:00 committed by GitHub
commit f024129303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(