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.

53 lines
1.7 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. # -*- encoding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # mis_builder module for OpenERP, Management Information System Builder
  5. # Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
  6. #
  7. # This file is a part of mis_builder
  8. #
  9. # mis_builder is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU Affero General Public License v3 or later
  11. # as published by the Free Software Foundation, either version 3 of the
  12. # License, or (at your option) any later version.
  13. #
  14. # mis_builder is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU Affero General Public License v3 or later for more details.
  18. #
  19. # You should have received a copy of the GNU Affero General Public License
  20. # v3 or later along with this program.
  21. # If not, see <http://www.gnu.org/licenses/>.
  22. #
  23. ##############################################################################
  24. {
  25. 'name': 'MIS Builder demo data',
  26. 'version': '9.0.1.0.0',
  27. 'category': 'Reporting',
  28. 'summary': """
  29. Demo data for the mis_builder module
  30. """,
  31. 'author': 'ACSONE SA/NV,'
  32. 'Odoo Community Association (OCA)',
  33. 'website': 'http://acsone.eu',
  34. 'depends': [
  35. 'account_accountant',
  36. 'mis_builder',
  37. 'crm'
  38. ],
  39. 'data': [
  40. ],
  41. 'demo': [
  42. 'mis.report.kpi.csv',
  43. 'mis.report.query.csv',
  44. 'mis.report.csv',
  45. 'mis.report.instance.period.csv',
  46. 'mis.report.instance.csv',
  47. ],
  48. 'installable': False,
  49. 'application': False,
  50. 'auto_install': False,
  51. 'license': 'AGPL-3',
  52. }