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.

60 lines
2.4 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Copyright (C) 2013-2016 Open Architects Consulting SPRL.
  5. #
  6. # This program is free software: you can redistribute it and/or modify
  7. # it under the terms of the GNU Affero General Public License as
  8. # published by the Free Software Foundation, either version 3 of the
  9. # License, or (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU Affero General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU Affero General Public License
  17. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. #
  19. ##############################################################################
  20. {
  21. "name": "Easy My Coop",
  22. "version": "1.0",
  23. "depends": ["base",
  24. "sale",
  25. "purchase",
  26. "account_accountant",
  27. "product",
  28. "website",
  29. "website_recaptcha_reloaded",
  30. "theme_light",
  31. "base_iban"],
  32. "author": "Houssine BAKKALI <houssine.bakkali@gmail.com>",
  33. "category": "Cooperative management",
  34. "description": """
  35. This module allows to manage the cooperator subscription and all the cooperative business processes.
  36. """,
  37. 'data': [
  38. 'security/easy_my_coop_security.xml',
  39. 'security/ir.model.access.csv',
  40. 'view/subscription_request_view.xml',
  41. 'view/email_template_view.xml',
  42. 'view/res_partner_view.xml',
  43. 'view/cooperator_register_view.xml',
  44. 'view/operation_request_view.xml',
  45. 'view/account_invoice_view.xml',
  46. 'view/subscription_template.xml',
  47. 'view/product_view.xml',
  48. 'view/res_company_view.xml',
  49. 'view/account_journal_view.xml',
  50. 'data/easy_my_coop_data.xml',
  51. 'report/easy_my_coop_report.xml',
  52. 'report/cooperator_invoice_G002.xml',
  53. 'report/cooperator_certificat_G001.xml',
  54. 'report/cooperator_subscription_G001.xml',
  55. 'report/cooperator_register_G001.xml',
  56. 'data/mail_template_data.xml',
  57. #'wizard/cooperative_history_wizard.xml',
  58. ],
  59. 'installable': True,
  60. 'application': True,
  61. }