Skip to main content

Create Dashboards using kpis

Project description

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

This module adds new kinds of dashboards on a specific new type of view.

Table of contents

Configuration

Configure KPIs

  1. Access Dashboards > Configuration > KPI Dashboards > Configure KPI

  2. Create a new KPI specifying the computation method and the kpi type

    1. Number: result must contain a value and, if needed, a previous

    2. Meter: result must contain value, min and max

    3. Graph: result must contain a list on graphs containing values, title and key

  3. In order to compute the KPI you can use a predefined function from a model or use the code to directly compute it.

Using KPI with code

Define the code directly on the code field. You can use self and model as the kpi element The script should create a variable called result as a dictionary that will be stored as the value. For example, we can use:

result = {}
result['value'] = len(model.search([('id', '=', %s)]))
result['previous'] = len(model.search([('id', '!=', %s)]))

Configure dashboards

  1. Access Dashboards > Configuration > KPI Dashboards > Configure Dashboards

  2. Create a new dashboard and specify all the standard parameters on Widget configuration

  3. Append elements on KPIs

  4. You can preview the element using the dashboard view

  5. You can create the menu entry directly using the Generate menu button

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Creu Blanca

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

etobella

This module is part of the OCA/reporting-engine project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo13_addon_kpi_dashboard-13.0.1.0.1.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo13_addon_kpi_dashboard-13.0.1.0.1.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 a0f815e19def435d7a3f94aa0bd08cf7af0b8ffbb64a7d95946911f7ab7b111b
MD5 bf9400e339b20952d8ca55d6712dff97
BLAKE2b-256 9acf92a73e034536fb9b167d9a19ff1e0e7364d7974d89e8d67daa8cfb4b1640

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page