diff --git a/app_base_superbar/__manifest__.py b/app_base_superbar/__manifest__.py index 452da094..f19e14ec 100644 --- a/app_base_superbar/__manifest__.py +++ b/app_base_superbar/__manifest__.py @@ -40,6 +40,7 @@ ], 'images': ['static/description/banner.gif'], 'data': [ + # 'views/res_groups_views.xml', 'views/ir_actions_act_window_views.xml', 'views/ir_actions_actions_views.xml', 'views/ir_actions_report_views.xml', diff --git a/app_base_superbar/views/res_groups_views.xml b/app_base_superbar/views/res_groups_views.xml new file mode 100644 index 00000000..7902f9a0 --- /dev/null +++ b/app_base_superbar/views/res_groups_views.xml @@ -0,0 +1,16 @@ + + + + app.res.groups.search + res.groups + + + + + + + + + + + \ No newline at end of file