From 0387748808a6789bda6ab7a4c1ec56b20a4bd9e5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 30 Nov 2024 17:46:43 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + kpi/README.rst | 30 +++++++++++++++--------------- kpi/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index add028732..d71429dd1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_comment_template](base_comment_template/) | 17.0.1.0.0 | | Add conditional mako template to any reporton models that inherits comment.template. [bi_sql_editor](bi_sql_editor/) | 17.0.2.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views +[kpi](kpi/) | 17.0.1.0.0 | | Key Performance Indicator [report_async](report_async/) | 17.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_layout_config](report_layout_config/) | 17.0.1.0.0 | | Add possibility to easily modify the global report layout [report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 17.0.1.0.0 | | Report Qweb Element Page Visibility diff --git a/kpi/README.rst b/kpi/README.rst index 94a975968..d470f61d8 100644 --- a/kpi/README.rst +++ b/kpi/README.rst @@ -7,7 +7,7 @@ Key Performance Indicator !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cfa60f307c1347dd86421388daf4ddf0cef49cfe864c034368a4b031d2dc045c + !! source digest: sha256:bab100c970df23144ddd65ebc17acaebdebf29365a88a0102c8ba9f71f9e4631 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -38,11 +38,11 @@ the periodicity of each KPI. KPI computation can also be done manually. A threshold is a list of ranges and a range is: -- a name (like Good, Warning, Bad) -- a minimum value (fixed, sql query or python code) -- a maximum value (fixed, sql query or python code) -- color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000 - for red) +- a name (like Good, Warning, Bad) +- a minimum value (fixed, sql query or python code) +- a maximum value (fixed, sql query or python code) +- color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000 + for red) **Table of contents** @@ -75,16 +75,16 @@ Authors Contributors ------------ -- Daniel Reis -- Glen Dromgoole -- Loic Lacroix -- Sandy Carter -- Gervais Naoussi -- Iván Todorovich -- Adrià Gil -- `Guadaltech `__: +- Daniel Reis +- Glen Dromgoole +- Loic Lacroix +- Sandy Carter +- Gervais Naoussi +- Iván Todorovich +- Adrià Gil +- `Guadaltech `__: - - Fernando La Chica + - Fernando La Chica Maintainers ----------- diff --git a/kpi/static/description/index.html b/kpi/static/description/index.html index 033b8d1d9..834f2fa57 100644 --- a/kpi/static/description/index.html +++ b/kpi/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:cfa60f307c1347dd86421388daf4ddf0cef49cfe864c034368a4b031d2dc045c +!! source digest: sha256:bab100c970df23144ddd65ebc17acaebdebf29365a88a0102c8ba9f71f9e4631 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides the basis for creating key performance indicators, diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index d9ad2483f..ba4533c24 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-reporting-engine" -version = "17.0.20241126.0" +version = "17.0.20241130.0" dependencies = [ "odoo-addon-base_comment_template>=17.0dev,<17.1dev", "odoo-addon-bi_sql_editor>=17.0dev,<17.1dev", + "odoo-addon-kpi>=17.0dev,<17.1dev", "odoo-addon-report_async>=17.0dev,<17.1dev", "odoo-addon-report_layout_config>=17.0dev,<17.1dev", "odoo-addon-report_qweb_element_page_visibility>=17.0dev,<17.1dev",