Skip to content

Commit 0387748

Browse files
committed
[BOT] post-merge updates
1 parent 19bd1ed commit 0387748

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[base_comment_template](base_comment_template/) | 17.0.1.0.0 | | Add conditional mako template to any reporton models that inherits comment.template.
2525
[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
26+
[kpi](kpi/) | 17.0.1.0.0 | | Key Performance Indicator
2627
[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
2728
[report_layout_config](report_layout_config/) | 17.0.1.0.0 | | Add possibility to easily modify the global report layout
2829
[report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 17.0.1.0.0 | | Report Qweb Element Page Visibility

kpi/README.rst

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Key Performance Indicator
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:cfa60f307c1347dd86421388daf4ddf0cef49cfe864c034368a4b031d2dc045c
10+
!! source digest: sha256:bab100c970df23144ddd65ebc17acaebdebf29365a88a0102c8ba9f71f9e4631
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |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.
3838

3939
A threshold is a list of ranges and a range is:
4040

41-
- a name (like Good, Warning, Bad)
42-
- a minimum value (fixed, sql query or python code)
43-
- a maximum value (fixed, sql query or python code)
44-
- color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000
45-
for red)
41+
- a name (like Good, Warning, Bad)
42+
- a minimum value (fixed, sql query or python code)
43+
- a maximum value (fixed, sql query or python code)
44+
- color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000
45+
for red)
4646

4747
**Table of contents**
4848

@@ -75,16 +75,16 @@ Authors
7575
Contributors
7676
------------
7777

78-
- Daniel Reis <dreis.pt@hotmail.com>
79-
- Glen Dromgoole <gdromgoole@tier1engineering.com>
80-
- Loic Lacroix <loic.lacroix@savoirfairelinux.com>
81-
- Sandy Carter <sandy.carter@savoirfairelinux.com>
82-
- Gervais Naoussi <gervaisnaoussi@gmail.com>
83-
- Iván Todorovich <ivan.todorovich@gmail.com>
84-
- Adrià Gil <adria.gil@eficent.com>
85-
- `Guadaltech <https://www.guadaltech.es>`__:
78+
- Daniel Reis <dreis.pt@hotmail.com>
79+
- Glen Dromgoole <gdromgoole@tier1engineering.com>
80+
- Loic Lacroix <loic.lacroix@savoirfairelinux.com>
81+
- Sandy Carter <sandy.carter@savoirfairelinux.com>
82+
- Gervais Naoussi <gervaisnaoussi@gmail.com>
83+
- Iván Todorovich <ivan.todorovich@gmail.com>
84+
- Adrià Gil <adria.gil@eficent.com>
85+
- `Guadaltech <https://www.guadaltech.es>`__:
8686

87-
- Fernando La Chica <fernando.lachica@guadaltech.es>
87+
- Fernando La Chica <fernando.lachica@guadaltech.es>
8888

8989
Maintainers
9090
-----------

kpi/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Key Performance Indicator</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:cfa60f307c1347dd86421388daf4ddf0cef49cfe864c034368a4b031d2dc045c
370+
!! source digest: sha256:bab100c970df23144ddd65ebc17acaebdebf29365a88a0102c8ba9f71f9e4631
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/17.0/kpi"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-kpi"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module provides the basis for creating key performance indicators,

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-reporting-engine"
3-
version = "17.0.20241126.0"
3+
version = "17.0.20241130.0"
44
dependencies = [
55
"odoo-addon-base_comment_template>=17.0dev,<17.1dev",
66
"odoo-addon-bi_sql_editor>=17.0dev,<17.1dev",
7+
"odoo-addon-kpi>=17.0dev,<17.1dev",
78
"odoo-addon-report_async>=17.0dev,<17.1dev",
89
"odoo-addon-report_layout_config>=17.0dev,<17.1dev",
910
"odoo-addon-report_qweb_element_page_visibility>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)