mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
Simplify wizard name
This commit is contained in:
committed by
Bert Van Groenendael
parent
4edcabfb21
commit
8039697b63
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user