Simplify wizard name

This commit is contained in:
Guillaume Pothier
2023-06-21 14:58:55 -04:00
committed by Bert Van Groenendael
parent 4edcabfb21
commit 8039697b63
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
from odoo import fields, models
class CreateFromUserWizard(models.TransientModel):
_name = "base_user_role.create_from_user_wizard"
class WizardCreateRoleFromUser(models.TransientModel):
_name = "wizard.create.role.from.user"
_description = "Create role from user wizard"
name = fields.Char(required=True)