diff --git a/README.md b/README.md index 0c9bdd36c..9c4945065 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [bi_sql_editor](bi_sql_editor/) | 15.0.1.0.5 | [![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/) | 15.0.1.1.0 | | Graphical BI views builder for Odoo [board_eval_context](board_eval_context/) | 15.0.1.0.0 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) | Add some keys to board.board eval context +[kpi_dashboard](kpi_dashboard/) | 15.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Create Dashboards using kpis [report_async](report_async/) | 15.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_csv](report_csv/) | 15.0.2.0.0 | | Base module to create csv report [report_py3o](report_py3o/) | 15.0.1.0.0 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) diff --git a/kpi_dashboard/README.rst b/kpi_dashboard/README.rst index 73e56320f..ae6a49ba2 100644 --- a/kpi_dashboard/README.rst +++ b/kpi_dashboard/README.rst @@ -7,7 +7,7 @@ Kpi Dashboard !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3f7c1c23f7a3a6d0be24a8c1fdfd24dbca96ce6215e852d52674f9cf90f6c96f + !! source digest: sha256:4dca5fbb3727f292e427b736bcebe2e217b1fcc0268cda6a3e833fced18d93ea !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Kpi Dashboard :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github - :target: https://github.com/OCA/reporting-engine/tree/14.0/kpi_dashboard + :target: https://github.com/OCA/reporting-engine/tree/15.0/kpi_dashboard :alt: OCA/reporting-engine .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-kpi_dashboard + :target: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-kpi_dashboard :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=15.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -78,7 +78,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -116,6 +116,6 @@ Current `maintainer `__: |maintainer-etobella| -This module is part of the `OCA/reporting-engine `_ project on GitHub. +This module is part of the `OCA/reporting-engine `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/kpi_dashboard/static/description/index.html b/kpi_dashboard/static/description/index.html index 61fe57d15..f65604839 100644 --- a/kpi_dashboard/static/description/index.html +++ b/kpi_dashboard/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,9 +366,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3f7c1c23f7a3a6d0be24a8c1fdfd24dbca96ce6215e852d52674f9cf90f6c96f +!! source digest: sha256:4dca5fbb3727f292e427b736bcebe2e217b1fcc0268cda6a3e833fced18d93ea !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds new kinds of dashboards on a specific new type of view.

Table of contents

@@ -433,7 +432,7 @@ result['previous'] = len(model.search([('id', '!=', %s)]))

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -459,7 +458,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

etobella

-

This module is part of the OCA/reporting-engine project on GitHub.

+

This module is part of the OCA/reporting-engine project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b1ab85596..22a9a6084 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240313.0 \ No newline at end of file +15.0.20240510.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ae7296065..bae03a343 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ setuptools.setup( 'odoo-addon-bi_sql_editor>=15.0dev,<15.1dev', 'odoo-addon-bi_view_editor>=15.0dev,<15.1dev', 'odoo-addon-board_eval_context>=15.0dev,<15.1dev', + 'odoo-addon-kpi_dashboard>=15.0dev,<15.1dev', 'odoo-addon-report_async>=15.0dev,<15.1dev', 'odoo-addon-report_csv>=15.0dev,<15.1dev', 'odoo-addon-report_py3o>=15.0dev,<15.1dev',