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
722 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 - Today Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  3. # - Rémy Taymans <remy@coopiteasy.be>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'BEES coop Website Portal',
  7. 'description': """
  8. Extension of the Website Portal that prevent modification of sensible data by the users
  9. """,
  10. 'author': 'Coop IT Easy SCRLfs',
  11. 'license': 'AGPL-3',
  12. 'version': '10.0.1.0.0',
  13. 'website': "https://www.coopiteasy.be",
  14. 'category': 'Cooperative management',
  15. 'depends': [
  16. 'website',
  17. 'website_portal_extend',
  18. ],
  19. 'data': [
  20. 'views/portal_website_templates.xml',
  21. ],
  22. 'installable': True,
  23. }