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.

25 lines
731 B

  1. # Copyright 2018 Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  2. # - Rémy Taymans <remy@coopiteasy.be>
  3. # - Houssine Bakkali <houssine@coopiteasy.be>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Easy My Coop Website Portal',
  7. "version": "12.0.1.0.0",
  8. 'depends': [
  9. 'easy_my_coop',
  10. 'website',
  11. 'account',
  12. 'portal',
  13. ],
  14. 'description': """
  15. Show cooperator information in the website portal.
  16. """,
  17. 'author': 'Coop IT Easy SCRLfs',
  18. 'license': 'AGPL-3',
  19. 'category': 'Cooperative Management',
  20. "website": "www.coopiteasy.be",
  21. 'data': [
  22. 'views/easy_my_coop_website_portal_templates.xml',
  23. ],
  24. 'installable': True,
  25. }