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.

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