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.

48 lines
1.7 KiB

  1. # Copyright 2013-2018 Open Architects Consulting SPRL.
  2. # Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  3. # - Houssine BAKKALI - <houssine@coopiteasy.be>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Easy My Coop Website",
  7. "version": "'12.0.1.0.0'",
  8. "depends": ["easy_my_coop",
  9. "website",
  10. "website_form_recaptcha",
  11. ],
  12. "author": "Coop IT Easy SCRLfs",
  13. "category": "Cooperative management",
  14. "website": "www.coopiteasy.be",
  15. "license": "AGPL-3",
  16. "description": """
  17. This module adds the cooperator subscription form allowing to subscribe for
  18. shares online.
  19. """,
  20. 'data': [
  21. 'security/easy_my_coop_security.xml',
  22. 'security/ir.model.access.csv',
  23. 'wizard/create_subscription_from_partner.xml',
  24. 'wizard/update_partner_info.xml',
  25. 'wizard/validate_subscription_request.xml',
  26. 'wizard/update_share_line.xml',
  27. 'view/subscription_request_view.xml',
  28. 'view/email_template_view.xml',
  29. 'view/res_partner_view.xml',
  30. 'view/cooperator_register_view.xml',
  31. 'view/operation_request_view.xml',
  32. 'view/account_invoice_view.xml',
  33. # 'view/subscription_template.xml',
  34. 'view/product_view.xml',
  35. 'view/res_company_view.xml',
  36. 'view/account_journal_view.xml',
  37. 'data/easy_my_coop_data.xml',
  38. 'report/easy_my_coop_report.xml',
  39. 'report/cooperator_invoice_G002.xml',
  40. 'report/cooperator_certificat_G001.xml',
  41. 'report/cooperator_subscription_G001.xml',
  42. 'report/cooperator_register_G001.xml',
  43. 'data/mail_template_data.xml',
  44. ],
  45. 'installable': True,
  46. 'application': True,
  47. }