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.

28 lines
639 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  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': 'Rémy Taymans',
  10. 'license': 'AGPL-3',
  11. 'version': '9.0.1.0',
  12. 'website': "https://github.com/beescoop/Obeesdoo",
  13. 'category': 'Cooperative management',
  14. 'depends': [
  15. 'website',
  16. 'website_portal_extend',
  17. ],
  18. 'data': [
  19. 'views/portal_website_templates.xml',
  20. ]
  21. }