diff --git a/README.md b/README.md index ac4096b13..17bfedc39 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_comment_template](base_comment_template/) | 16.0.2.2.2 | | Add conditional mako template to any reporton models that inherits comment.template. -[bi_sql_editor](bi_sql_editor/) | 16.0.1.1.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views +[bi_sql_editor](bi_sql_editor/) | 16.0.1.2.0 | [![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.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.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Central place to run reports live or async diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst index 560bdcc5f..866be5c20 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:f10760dc18043c9ccf1eb3c0a1d4663407a6016eb9c7397d9612e66f6d68252c + !! source digest: sha256:c52b317a795fcc6a3dc7bd6d0fb7155410a6e3728f5bd47fd90e751c272a902f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -118,6 +118,11 @@ to make reporting depending on the current companies of the user. .. figure:: https://raw.githubusercontent.com/OCA/reporting-engine/16.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. @@ -159,6 +164,7 @@ Contributors * Sylvain LE GAL (https://twitter.com/legalsylvain) * Richard deMeester, WilldooIT (http://www.willdooit.com/) * David James, WilldooIT (http://www.willdooit.com/) +* 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 a57ffef16..fab44975a 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": "16.0.1.1.1", + "version": "16.0.1.2.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 993548af6..f73a64eb5 100644 --- a/bi_sql_editor/static/description/index.html +++ b/bi_sql_editor/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f10760dc18043c9ccf1eb3c0a1d4663407a6016eb9c7397d9612e66f6d68252c +!! source digest: sha256:c52b317a795fcc6a3dc7bd6d0fb7155410a6e3728f5bd47fd90e751c272a902f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 @@ -461,6 +461,11 @@ the view. You can so define the frequency of the refresh. https://raw.githubusercontent.com/OCA/reporting-engine/16.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.

  • @@ -504,6 +509,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Sylvain LE GAL (https://twitter.com/legalsylvain)
  • Richard deMeester, WilldooIT (http://www.willdooit.com/)
  • David James, WilldooIT (http://www.willdooit.com/)
  • +
  • Guillem Casassas <guillem.casassas@forgeflow.com>
  • This module is highly inspired by the work of