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.

44 lines
1.2 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.1.0.0',
  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. ],
  19. 'data': [
  20. 'wizard/mis_builder_dashboard.xml',
  21. 'views/mis_builder.xml',
  22. 'datas/ir_cron.xml',
  23. 'security/ir.model.access.csv',
  24. 'security/mis_builder_security.xml',
  25. 'report/report_mis_report_instance.xml',
  26. ],
  27. 'test': [
  28. ],
  29. 'demo': [
  30. 'tests/mis.report.kpi.csv',
  31. 'tests/mis.report.query.csv',
  32. 'tests/mis.report.csv',
  33. 'tests/mis.report.instance.period.csv',
  34. 'tests/mis.report.instance.csv',
  35. ],
  36. 'qweb': [
  37. 'static/src/xml/*.xml'
  38. ],
  39. 'installable': True,
  40. 'application': True,
  41. 'auto_install': False,
  42. 'license': 'AGPL-3',
  43. }