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.

31 lines
646 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 Eater',
  6. 'summary': """
  7. Show the eaters of a cooperator in the website portal.
  8. """,
  9. 'description': """
  10. """,
  11. 'author': 'Rémy Taymans',
  12. 'license': 'AGPL-3',
  13. 'version': '9.0.1.0',
  14. 'website': "https://github.com/beescoop/Obeesdoo",
  15. 'category': 'Website',
  16. 'depends': [
  17. 'website',
  18. 'website_portal_v10',
  19. 'beesdoo_base',
  20. ],
  21. 'data': [
  22. 'views/beesdoo_website_eater_templates.xml',
  23. ]
  24. }