mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] account_permanent_lock_move: missing description on wizard
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user