mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-12-23 12:51:47 +00:00
31 lines
1018 B
Python
31 lines
1018 B
Python
|
# Copyright 2012 - Now Savoir-faire Linux <https://www.savoirfairelinux.com/>
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "Key Performance Indicator",
|
||
|
"version": "3.0.1.0.0",
|
||
|
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
|
||
|
"website": "https://gitlab.com/flectra-community/reporting-engine",
|
||
|
"license": "AGPL-3",
|
||
|
"category": "Report",
|
||
|
"depends": ["base_external_dbsource", "spreadsheet_dashboard"],
|
||
|
"data": [
|
||
|
"security/kpi_security.xml",
|
||
|
"security/ir.model.access.csv",
|
||
|
"views/kpi_category_views.xml",
|
||
|
"views/kpi_history_views.xml",
|
||
|
"views/kpi_threshold_range_views.xml",
|
||
|
"views/kpi_threshold_views.xml",
|
||
|
"views/kpi_views.xml",
|
||
|
"views/menu.xml",
|
||
|
"data/kpi_data.xml",
|
||
|
],
|
||
|
"images": [
|
||
|
"images/kpi_definition.png",
|
||
|
"images/kpi_computation.png",
|
||
|
"images/kpi_threshold.png",
|
||
|
"images/kpi_range.png",
|
||
|
],
|
||
|
"installable": True,
|
||
|
}
|