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.

23 lines
698 B

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