diff --git a/base_user_role/__manifest__.py b/base_user_role/__manifest__.py index 4fb6d231..a183d37d 100644 --- a/base_user_role/__manifest__.py +++ b/base_user_role/__manifest__.py @@ -19,7 +19,7 @@ "views/role.xml", "views/user.xml", "views/group.xml", - "wizards/group_groups_into_role.xml", + "wizards/wizard_groups_into_role.xml", ], "installable": True, } diff --git a/base_user_role/wizards/__init__.py b/base_user_role/wizards/__init__.py index 62aa47d8..2a270e1b 100644 --- a/base_user_role/wizards/__init__.py +++ b/base_user_role/wizards/__init__.py @@ -1 +1 @@ -from . import group_groups_into_role +from . import wizard_groups_into_role diff --git a/base_user_role/wizards/group_groups_into_role.py b/base_user_role/wizards/wizard_groups_into_role.py similarity index 100% rename from base_user_role/wizards/group_groups_into_role.py rename to base_user_role/wizards/wizard_groups_into_role.py diff --git a/base_user_role/wizards/group_groups_into_role.xml b/base_user_role/wizards/wizard_groups_into_role.xml similarity index 100% rename from base_user_role/wizards/group_groups_into_role.xml rename to base_user_role/wizards/wizard_groups_into_role.xml