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.

71 lines
2.7 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Copyright (C) 2013-2017 Open Architects Consulting SPRL.
  5. # Copyright (C) 2017-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": "1.1",
  24. "depends": ["base",
  25. "sale",
  26. "purchase",
  27. "account_accountant",
  28. "product",
  29. "partner_firstname",
  30. "partner_contact_birthdate",
  31. "partner_contact_address",
  32. "website",
  33. "website_recaptcha_reloaded",
  34. "theme_light",
  35. "base_iban",
  36. "email_template_config",
  37. ],
  38. "author": "Houssine BAKKALI <houssine@coopiteasy.be>",
  39. "category": "Cooperative management",
  40. "website": "www.coopiteasy.be",
  41. "license": "AGPL-3",
  42. "description": """
  43. This module allows to manage the cooperator subscription and all the
  44. cooperative business processes.
  45. """,
  46. 'data': [
  47. 'security/easy_my_coop_security.xml',
  48. 'security/ir.model.access.csv',
  49. 'wizard/create_subscription_from_partner.xml',
  50. 'wizard/update_partner_info.xml',
  51. 'view/subscription_request_view.xml',
  52. 'view/email_template_view.xml',
  53. 'view/res_partner_view.xml',
  54. 'view/cooperator_register_view.xml',
  55. 'view/operation_request_view.xml',
  56. 'view/account_invoice_view.xml',
  57. 'view/subscription_template.xml',
  58. 'view/product_view.xml',
  59. 'view/res_company_view.xml',
  60. 'view/account_journal_view.xml',
  61. 'data/easy_my_coop_data.xml',
  62. 'report/easy_my_coop_report.xml',
  63. 'report/cooperator_invoice_G002.xml',
  64. 'report/cooperator_certificat_G001.xml',
  65. 'report/cooperator_subscription_G001.xml',
  66. 'report/cooperator_register_G001.xml',
  67. 'data/mail_template_data.xml',
  68. ],
  69. 'installable': True,
  70. 'application': True,
  71. }