# Copyright 2018 Rémy Taymans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'BEES coop Website Eater', 'summary': """ Show the eaters of a cooperator in the website portal. """, 'description': """ """, 'author': 'Rémy Taymans', 'license': 'AGPL-3', 'version': '12.0.1.0.0', 'website': "https://github.com/beescoop/Obeesdoo", 'category': 'Website', 'depends': [ 'website', 'portal', 'beesdoo_base', ], 'data': [ 'views/beesdoo_website_eater_templates.xml', ] }