Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addon | version | maintainers | summary
[bi_sql_editor](bi_sql_editor/) | 17.0.2.1.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | BI Views builder, based on Materialized or Normal SQL Views
[bi_view_editor](bi_view_editor/) | 17.0.1.1.0 | | Graphical BI views builder for Odoo
[bi_view_editor_spreadsheet_dashboard](bi_view_editor_spreadsheet_dashboard/) | 17.0.1.0.0 | | Glue module for BI View Editor and Spreadsheet Dashboard
[kpi](kpi/) | 17.0.1.1.1 | | Key Performance Indicator
[kpi](kpi/) | 17.0.1.2.0 | | Key Performance Indicator
[report_async](report_async/) | 17.0.1.0.0 | <a href='https://github.com/kittiu'><img src='https://github.com/kittiu.png' width='32' height='32' style='border-radius:50%;' alt='kittiu'/></a> | Central place to run reports live or async
[report_csv](report_csv/) | 17.0.1.0.1 | | Base module to create csv report
[report_layout_config](report_layout_config/) | 17.0.1.0.0 | | Add possibility to easily modify the global report layout
Expand Down
2 changes: 1 addition & 1 deletion kpi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Key Performance Indicator
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:03d7564527fc16463a1b40a2e5baf76d1ddc79d37fc133ada5b8ef5973d74554
!! source digest: sha256:0e1f93ce4340016585b07ab18503af6a51e237cefaab1b8ad55ee61e47c3e4b0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion kpi/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Key Performance Indicator",
"version": "17.0.1.1.1",
"version": "17.0.1.2.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/reporting-engine",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion kpi/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h1>Key Performance Indicator</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:03d7564527fc16463a1b40a2e5baf76d1ddc79d37fc133ada5b8ef5973d74554
!! source digest: sha256:0e1f93ce4340016585b07ab18503af6a51e237cefaab1b8ad55ee61e47c3e4b0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/license-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>
<p>This module provides the basis for creating key performance indicators,
Expand Down
2 changes: 1 addition & 1 deletion kpi/views/kpi_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<separator orientation="vertical" />
<field name="name" />
<field name="category_id" />
<field name="company_id" group="base.group_multi_company" />
<field name="company_id" groups="base.group_multi_company" />
</group>
<newline />
<group expand="0" name="Group By...">
Expand Down
Loading