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.

29 lines
881 B

4 years ago
  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.4",
  8. "depends": [
  9. "easy_my_coop",
  10. "website",
  11. "website_recaptcha_reloaded",
  12. ],
  13. "author": "Coop IT Easy SCRLfs",
  14. "category": "Cooperative management",
  15. "website": "https://coopiteasy.be",
  16. "license": "AGPL-3",
  17. "summary": """
  18. This module adds the cooperator subscription form
  19. allowing to subscribe for shares online.
  20. """,
  21. "data": [
  22. "views/subscription_template.xml",
  23. "views/res_company_view.xml",
  24. "data/website_cooperator_data.xml",
  25. ],
  26. "installable": True,
  27. "application": True,
  28. }