diff --git a/README.md b/README.md index a29283512..cd149492a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_comment_template](base_comment_template/) | 13.0.3.0.3 | | Add conditional mako template to any report on models that inherits comment.template. -[bi_sql_editor](bi_sql_editor/) | 13.0.1.0.1 | | BI Views builder, based on Materialized or Normal SQL Views +[bi_sql_editor](bi_sql_editor/) | 13.0.1.1.0 | | BI Views builder, based on Materialized or Normal SQL Views [bi_sql_editor_server_actions](bi_sql_editor_server_actions/) | 13.0.1.0.1 | [![vnahaulogy](https://github.com/vnahaulogy.png?size=30px)](https://github.com/vnahaulogy) | Add server actions on BI Views builder module [kpi](kpi/) | 13.0.1.0.1 | | Key Performance Indicator [kpi_dashboard](kpi_dashboard/) | 13.0.1.1.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Create Dashboards using kpis diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst index 0fe36f165..feecb1368 100644 --- a/bi_sql_editor/README.rst +++ b/bi_sql_editor/README.rst @@ -7,7 +7,7 @@ BI SQL Editor !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b8799e0a6dd5e54cbbc456b180e9eba9ec03bfdcb07f5d27413865f931da0663 + !! source digest: sha256:afdd594e18e1477a3862a15578b074c3917541ffd1d92dbef25e2674a657d861 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -119,6 +119,11 @@ To configure this module, you need to: .. figure:: https://raw.githubusercontent.com/OCA/reporting-engine/13.0/bi_sql_editor/static/description/04_materialized_view_setting.png :width: 800 px +* Before applying the final step, you will need to add a specific Parent Menu to + use when creating the UI Menu for the report. By default, it will be set with + the `SQL Views` menu, which can be changed before creating the UI elements in + order to have the report accessible from a different place within Odoo. + * Finally, click on 'Create UI', to create new menu, action, graph view and search view. @@ -161,6 +166,7 @@ Contributors ~~~~~~~~~~~~ * Sylvain LE GAL (https://twitter.com/legalsylvain) +* Guillem Casassas * This module is highly inspired by the work of * Onestein: (http://www.onestein.nl/) diff --git a/bi_sql_editor/__manifest__.py b/bi_sql_editor/__manifest__.py index f6ea7de6b..11f79b0bc 100644 --- a/bi_sql_editor/__manifest__.py +++ b/bi_sql_editor/__manifest__.py @@ -5,7 +5,7 @@ { "name": "BI SQL Editor", "summary": "BI Views builder, based on Materialized or Normal SQL Views", - "version": "13.0.1.0.1", + "version": "13.0.1.1.0", "license": "AGPL-3", "category": "Reporting", "author": "GRAP,Odoo Community Association (OCA)", diff --git a/bi_sql_editor/static/description/index.html b/bi_sql_editor/static/description/index.html index 9d8ddcbab..9c995a420 100644 --- a/bi_sql_editor/static/description/index.html +++ b/bi_sql_editor/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b8799e0a6dd5e54cbbc456b180e9eba9ec03bfdcb07f5d27413865f931da0663 +!! source digest: sha256:afdd594e18e1477a3862a15578b074c3917541ffd1d92dbef25e2674a657d861 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of reporting, to support creation @@ -465,6 +464,11 @@ the view. You can so define the frequency of the refresh. https://raw.githubusercontent.com/OCA/reporting-engine/13.0/bi_sql_editor/static/description/04_materialized_view_setting.png +

  • Before applying the final step, you will need to add a specific Parent Menu to +use when creating the UI Menu for the report. By default, it will be set with +the SQL Views menu, which can be changed before creating the UI elements in +order to have the report accessible from a different place within Odoo.

    +
  • Finally, click on ‘Create UI’, to create new menu, action, graph view and search view.

  • @@ -510,6 +514,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

    Contributors