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.

103 lines
3.0 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. # -*- coding: 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': '0.1',
  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. 'description': """
  35. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  36. :alt: License: AGPL-3
  37. MIS Builder demo data
  38. =====================
  39. This module adds some demo data for the mis_builder module.
  40. Installation
  41. ============
  42. There is no specific installation procedure for this module.
  43. Bug Tracker
  44. ===========
  45. Bugs are tracked on `GitHub Issues
  46. <https://github.com/OCA/account-financial-reporting/issues>`_.
  47. In case of trouble, please check there if your issue has already been reported.
  48. If you spotted it first, help us smashing it by providing a detailed and
  49. welcomed feedback
  50. `here <https://github.com/OCA/account-financial-reporting/issues`_.
  51. Credits
  52. =======
  53. Contributors
  54. ------------
  55. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  56. * Laetitia Gangloff <laetitia.gangloff@acsone.eu>
  57. * Adrien Peiffer <adrien.peiffer@acsone.eu>
  58. Maintainer
  59. ----------
  60. .. image:: https://odoo-community.org/logo.png
  61. :alt: Odoo Community Association
  62. :target: https://odoo-community.org
  63. This module is maintained by the OCA.
  64. OCA, or the Odoo Community Association, is a nonprofit organization whose
  65. mission is to support the collaborative development of Odoo features and
  66. promote its widespread use.
  67. To contribute to this module, please visit http://odoo-community.org.
  68. """,
  69. 'depends': [
  70. 'account_accountant',
  71. 'mis_builder',
  72. 'crm'
  73. ],
  74. 'data': [
  75. ],
  76. 'demo': [
  77. 'mis.report.kpi.csv',
  78. 'mis.report.query.csv',
  79. 'mis.report.csv',
  80. 'mis.report.instance.period.csv',
  81. 'mis.report.instance.csv',
  82. ],
  83. 'installable': True,
  84. 'application': False,
  85. 'auto_install': False,
  86. 'license': 'AGPL-3',
  87. }