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.

101 lines
3.1 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 <https://github.com/OCA/account-financial-reporting/issues>`_.
  46. In case of trouble, please check there if your issue has already been reported.
  47. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  48. `here <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20mis_builder%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  49. Credits
  50. =======
  51. Contributors
  52. ------------
  53. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  54. * Laetitia Gangloff <laetitia.gangloff@acsone.eu>
  55. * Adrien Peiffer <adrien.peiffer@acsone.eu>
  56. Maintainer
  57. ----------
  58. .. image:: https://odoo-community.org/logo.png
  59. :alt: Odoo Community Association
  60. :target: https://odoo-community.org
  61. This module is maintained by the OCA.
  62. OCA, or the Odoo Community Association, is a nonprofit organization whose
  63. mission is to support the collaborative development of Odoo features and
  64. promote its widespread use.
  65. To contribute to this module, please visit http://odoo-community.org.
  66. """,
  67. 'depends': [
  68. 'account_accountant',
  69. 'mis_builder',
  70. 'crm'
  71. ],
  72. 'data': [
  73. ],
  74. 'demo': [
  75. 'mis.report.kpi.csv',
  76. 'mis.report.query.csv',
  77. 'mis.report.csv',
  78. 'mis.report.instance.period.csv',
  79. 'mis.report.instance.csv',
  80. ],
  81. 'installable': True,
  82. 'application': False,
  83. 'auto_install': False,
  84. 'license': 'AGPL-3',
  85. }