[FIX] base_user_role: renamed files

This commit is contained in:
ArnauCForgeFlow
2024-01-26 10:22:47 +01:00
parent a2f978caad
commit 193fae32ce
4 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
"views/role.xml", "views/role.xml",
"views/user.xml", "views/user.xml",
"views/group.xml", "views/group.xml",
"wizards/group_groups_into_role.xml", "wizards/wizard_groups_into_role.xml",
], ],
"installable": True, "installable": True,
} }

View File

@@ -1 +1 @@
from . import group_groups_into_role from . import wizard_groups_into_role