From 93cbec12301ead6e04758eb509fcb71294220c9c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 7 Nov 2023 14:51:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- bi_view_editor/README.rst | 5 ++++- bi_view_editor/__manifest__.py | 2 +- bi_view_editor/static/description/index.html | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 754cba033..2cfbe2726 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_comment_template](base_comment_template/) | 16.0.2.1.0 | | Add conditional mako template to any reporton models that inherits comment.template. [bi_sql_editor](bi_sql_editor/) | 16.0.1.0.4 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views -[bi_view_editor](bi_view_editor/) | 16.0.1.0.0 | | Graphical BI views builder for Odoo +[bi_view_editor](bi_view_editor/) | 16.0.1.1.0 | | Graphical BI views builder for Odoo [bi_view_editor_spreadsheet_dashboard](bi_view_editor_spreadsheet_dashboard/) | 16.0.1.0.0 | | Glue module for BI View Editor and Spreadsheet Dashboard [report_async](report_async/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Central place to run reports live or async [report_company_details_translatable](report_company_details_translatable/) | 16.0.1.0.0 | | Report Company Details Translatable diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index 0498d41b2..121dcbcee 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:5d65f2e1bebed0bff261c6ae16e2c6366af654a53b8f57cc700e86a58ef6d884 + !! source digest: sha256:2aebf98b5895f5e5ea64169daba7a945b934e2a9006b35cd20e496cee34287d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 279b41a58..a20cc978b 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": "16.0.1.0.0", + "version": "16.0.1.1.0", "development_status": "Beta", "depends": [ "web", diff --git a/bi_view_editor/static/description/index.html b/bi_view_editor/static/description/index.html index bc2b9009d..584a811c2 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:5d65f2e1bebed0bff261c6ae16e2c6366af654a53b8f57cc700e86a58ef6d884 +!! source digest: sha256:2aebf98b5895f5e5ea64169daba7a945b934e2a9006b35cd20e496cee34287d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

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: