OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1015 B

  1. # Copyright 2012 - Now Savoir-faire Linux <https://www.savoirfairelinux.com/>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Key Performance Indicator",
  5. "version": "12.0.1.0.0",
  6. "author": "Savoir-faire Linux,Odoo Community Association (OCA)",
  7. "website": "http://www.savoirfairelinux.com",
  8. "license": "AGPL-3",
  9. "category": "Report",
  10. "depends": [
  11. 'base_external_dbsource',
  12. 'web_widget_color',
  13. ],
  14. "data": [
  15. 'security/kpi_security.xml',
  16. 'security/ir.model.access.csv',
  17. 'views/kpi_category_views.xml',
  18. 'views/kpi_history_views.xml',
  19. 'views/kpi_threshold_range_views.xml',
  20. 'views/kpi_threshold_views.xml',
  21. 'views/kpi_views.xml',
  22. 'views/menu.xml',
  23. 'data/kpi_data.xml',
  24. ],
  25. "images": [
  26. "images/kpi_definition.png",
  27. "images/kpi_computation.png",
  28. "images/kpi_threshold.png",
  29. "images/kpi_range.png",
  30. ],
  31. 'installable': True,
  32. }