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.

76 lines
2.9 KiB

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