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.

46 lines
1.4 KiB

9 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2014-2015 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'MIS Builder',
  6. 'version': '9.0.2.0.2',
  7. 'category': 'Reporting',
  8. 'summary': """
  9. Build 'Management Information System' Reports and Dashboards
  10. """,
  11. 'author': 'ACSONE SA/NV,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'http://acsone.eu',
  14. 'depends': [
  15. 'account',
  16. 'report_xlsx', # OCA/reporting-engine
  17. 'date_range', # OCA/server-tools
  18. # TODO uncomment when https://github.com/OCA/web/pull/270 is merged
  19. # 'web_widget_color', # OCA/web
  20. ],
  21. 'data': [
  22. 'wizard/mis_builder_dashboard.xml',
  23. 'views/mis_report.xml',
  24. 'views/mis_report_instance.xml',
  25. 'views/mis_report_style.xml',
  26. 'datas/ir_cron.xml',
  27. 'security/ir.model.access.csv',
  28. 'security/mis_builder_security.xml',
  29. 'report/mis_report_instance_qweb.xml',
  30. 'report/mis_report_instance_xlsx.xml',
  31. ],
  32. 'demo': [
  33. 'tests/mis.report.kpi.csv',
  34. 'tests/mis.report.query.csv',
  35. 'tests/mis.report.csv',
  36. 'tests/mis.report.instance.period.csv',
  37. 'tests/mis.report.instance.csv',
  38. ],
  39. 'qweb': [
  40. 'static/src/xml/*.xml'
  41. ],
  42. 'installable': False,
  43. 'application': True,
  44. 'license': 'AGPL-3',
  45. }