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.

29 lines
612 B

  1. # Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'BEES coop Website Eater',
  5. 'summary': """
  6. Show the eaters of a cooperator in the website portal.
  7. """,
  8. 'description': """
  9. """,
  10. 'author': 'Rémy Taymans',
  11. 'license': 'AGPL-3',
  12. 'version': '12.0.1.0.0',
  13. 'website': "https://github.com/beescoop/Obeesdoo",
  14. 'category': 'Website',
  15. 'depends': [
  16. 'website',
  17. 'portal',
  18. 'beesdoo_base',
  19. ],
  20. 'data': [
  21. 'views/beesdoo_website_eater_templates.xml',
  22. ]
  23. }