diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index 4a8c41c4a9..034004e9dc 100644 --- a/bi_view_editor/README.rst +++ b/bi_view_editor/README.rst @@ -76,6 +76,8 @@ Usage To graphically design your analysis data-set: - From the Dashboards menu, select "Custom BI Views" +- BI Views creation is restricted to admin users and members of "BI View Editor Manager" group. + You can add this group to a user in User form, Access Rights, Technical section. - Browse trough the business objects in the "Query Builder" tab - Pick the interesting fields (Drag & Drop) - For each selected field, right-click on the Options column and select whether @@ -88,6 +90,7 @@ To access the created BI View with a dedicated menu: - If module Dashboard (board) is installed, the standard "Add to My Dashboard" functionality would be available +- "Create a menu" is restricted to admin users and members of "BI View Editor Manager" group. - Click "Create a menu" to create a new menu item directly linked to your new BI view (this feature is available in developer mode); when the BI view is reset back to draft this menu will be removed, and you will need to re-create diff --git a/bi_view_editor/security/res_groups.xml b/bi_view_editor/security/res_groups.xml index 43bf894294..fea03c8b35 100644 --- a/bi_view_editor/security/res_groups.xml +++ b/bi_view_editor/security/res_groups.xml @@ -1,5 +1,5 @@ - + BI View Editor Manager diff --git a/bi_view_editor/views/bve_view.xml b/bi_view_editor/views/bve_view.xml index 13161d778c..d67d7b8155 100644 --- a/bi_view_editor/views/bve_view.xml +++ b/bi_view_editor/views/bve_view.xml @@ -18,6 +18,7 @@ type="object" states="created" string="Reset to Draft" + groups="bi_view_editor.group_bve_manager" />