mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -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 | [](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 | [](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
|
||||
|
||||
@@ -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 <dreis.pt@hotmail.com>
|
||||
- Glen Dromgoole <gdromgoole@tier1engineering.com>
|
||||
- Loic Lacroix <loic.lacroix@savoirfairelinux.com>
|
||||
- Sandy Carter <sandy.carter@savoirfairelinux.com>
|
||||
- Gervais Naoussi <gervaisnaoussi@gmail.com>
|
||||
- Iván Todorovich <ivan.todorovich@gmail.com>
|
||||
- Adrià Gil <adria.gil@eficent.com>
|
||||
- `Guadaltech <https://www.guadaltech.es>`__:
|
||||
- Daniel Reis <dreis.pt@hotmail.com>
|
||||
- Glen Dromgoole <gdromgoole@tier1engineering.com>
|
||||
- Loic Lacroix <loic.lacroix@savoirfairelinux.com>
|
||||
- Sandy Carter <sandy.carter@savoirfairelinux.com>
|
||||
- Gervais Naoussi <gervaisnaoussi@gmail.com>
|
||||
- Iván Todorovich <ivan.todorovich@gmail.com>
|
||||
- Adrià Gil <adria.gil@eficent.com>
|
||||
- `Guadaltech <https://www.guadaltech.es>`__:
|
||||
|
||||
- Fernando La Chica <fernando.lachica@guadaltech.es>
|
||||
- Fernando La Chica <fernando.lachica@guadaltech.es>
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
@@ -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
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module provides the basis for creating key performance indicators,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user