1
- < ?xml version="1.0" encoding="utf-8"?>
2
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
3
< head >
9
8
10
9
/*
11
10
:Author: David Goodger (goodger@python.org)
12
- :Id: $Id: html4css1.css 8954 2022 -01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024 -01-13 09:50:07Z milde $
13
12
:Copyright: This stylesheet has been placed in the public domain.
14
13
15
14
Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
16
16
17
17
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
18
18
customize this style sheet.
275
275
margin-left : 2em ;
276
276
margin-right : 2em }
277
277
278
- pre .code .ln { color : grey ; } /* line numbers */
278
+ pre .code .ln { color : gray ; } /* line numbers */
279
279
pre .code , code { background-color : # eeeeee }
280
280
pre .code .comment , code .comment { color : # 5C6576 }
281
281
pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
301
301
span .pre {
302
302
white-space : pre }
303
303
304
- span .problematic {
304
+ span .problematic , pre . problematic {
305
305
color : red }
306
306
307
307
span .section-subtitle {
@@ -369,20 +369,20 @@ <h1 class="title">Key Performance Indicator</h1>
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
370
!! source digest: sha256:cfa60f307c1347dd86421388daf4ddf0cef49cfe864c034368a4b031d2dc045c
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
- < 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/13.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-13-0/reporting-engine-13-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=13.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
+ < 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 >
373
373
< p > This module provides the basis for creating key performance indicators,
374
- including static and dynamic thresholds (SQL query or Python code),
375
- on local and remote data sources.</ p >
376
- < p > The module also provides the mecanism to update KPIs automatically.
377
- A scheduler is executed every hour and updates the KPI values, based
378
- on the periodicity of each KPI. KPI computation can also be done
379
- manually.</ p >
374
+ including static and dynamic thresholds (SQL query or Python code), on
375
+ local and remote data sources.</ p >
376
+ < p > The module also provides the mecanism to update KPIs automatically. A
377
+ scheduler is executed every hour and updates the KPI values, based on
378
+ the periodicity of each KPI. KPI computation can also be done manually.</ p >
380
379
< p > A threshold is a list of ranges and a range is:</ p >
381
380
< ul class ="simple ">
382
381
< li > a name (like Good, Warning, Bad)</ li >
383
382
< li > a minimum value (fixed, sql query or python code)</ li >
384
383
< li > a maximum value (fixed, sql query or python code)</ li >
385
- < li > color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000 for red)</ li >
384
+ < li > color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000
385
+ for red)</ li >
386
386
</ ul >
387
387
< p > < strong > Table of contents</ strong > </ p >
388
388
< div class ="contents local topic " id ="contents ">
@@ -399,15 +399,14 @@ <h1 class="title">Key Performance Indicator</h1>
399
399
</ div >
400
400
< div class ="section " id ="usage ">
401
401
< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
402
- < p > Example of usage:
403
- < a class ="reference external " href ="https://www.youtube.com/watch?v=OC4-y2klzIk "> https://www.youtube.com/watch?v=OC4-y2klzIk</ a > </ p >
402
+ < p > Example of usage: < a class ="reference external " href ="https://www.youtube.com/watch?v=OC4-y2klzIk "> https://www.youtube.com/watch?v=OC4-y2klzIk</ a > </ p >
404
403
</ div >
405
404
< div class ="section " id ="bug-tracker ">
406
405
< h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
407
406
< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/reporting-engine/issues "> GitHub Issues</ a > .
408
407
In case of trouble, please check there if your issue has already been reported.
409
408
If you spotted it first, help us to smash it by providing a detailed and welcomed
410
- < a class ="reference external " href ="https://github.com/OCA/reporting-engine/issues/new?body=module:%20kpi%0Aversion:%2013 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
409
+ < a class ="reference external " href ="https://github.com/OCA/reporting-engine/issues/new?body=module:%20kpi%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
411
410
< p > Do not contact contributors directly about support or help with technical issues.</ p >
412
411
</ div >
413
412
< div class ="section " id ="credits ">
@@ -437,11 +436,13 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
437
436
< div class ="section " id ="maintainers ">
438
437
< h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h2 >
439
438
< p > This module is maintained by the OCA.</ p >
440
- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
439
+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
440
+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
441
+ </ a >
441
442
< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
442
443
mission is to support the collaborative development of Odoo features and
443
444
promote its widespread use.</ p >
444
- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/reporting-engine/tree/13 .0/kpi "> OCA/reporting-engine</ a > project on GitHub.</ p >
445
+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/reporting-engine/tree/17 .0/kpi "> OCA/reporting-engine</ a > project on GitHub.</ p >
445
446
< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
446
447
</ div >
447
448
</ div >
0 commit comments