diff --git a/README.md b/README.md index e6245891e..28be05d25 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_comment_template](base_comment_template/) | 15.0.3.0.2 | | Add conditional mako template to any reporton models that inherits comment.template. [bi_sql_editor](bi_sql_editor/) | 15.0.1.0.3 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views -[bi_view_editor](bi_view_editor/) | 15.0.1.0.0 | | Graphical BI views builder for Odoo +[bi_view_editor](bi_view_editor/) | 15.0.1.1.0 | | Graphical BI views builder for Odoo [board_eval_context](board_eval_context/) | 15.0.1.0.0 | [](https://github.com/gurneyalex) | Add some keys to board.board eval context [report_async](report_async/) | 15.0.1.0.0 | [](https://github.com/kittiu) | Central place to run reports live or async [report_csv](report_csv/) | 15.0.2.0.0 | | Base module to create csv report diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index 4a8c41c4a..d85f0dcc1 100644 --- a/bi_view_editor/README.rst +++ b/bi_view_editor/README.rst @@ -7,7 +7,7 @@ BI View Editor !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:88961978474241042850ff7aa2eb18eaad454e18c361543351d5de536d5721f9 + !! source digest: sha256:a7704807a47a6a2bbec7c86488e18b953808eb238a6c898e22c5d2c55951965e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -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 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 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/__manifest__.py b/bi_view_editor/__manifest__.py index 609e91259..a25d4daac 100644 --- a/bi_view_editor/__manifest__.py +++ b/bi_view_editor/__manifest__.py @@ -9,7 +9,7 @@ "license": "AGPL-3", "website": "https://github.com/OCA/reporting-engine", "category": "Productivity", - "version": "15.0.1.0.0", + "version": "15.0.1.1.0", "development_status": "Beta", "depends": ["web"], "external_dependencies": { diff --git a/bi_view_editor/static/description/index.html b/bi_view_editor/static/description/index.html index 426f8dc88..9020a6d27 100644 --- a/bi_view_editor/static/description/index.html +++ b/bi_view_editor/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:88961978474241042850ff7aa2eb18eaad454e18c361543351d5de536d5721f9 +!! source digest: sha256:a7704807a47a6a2bbec7c86488e18b953808eb238a6c898e22c5d2c55951965e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
BI View Editor is a tool integrated in Odoo that allows users define and @@ -423,6 +423,8 @@ need to install Graphviz, an open source graph visualization softwa
To graphically design your analysis data-set: