# -*- coding: utf-8 -*- # Copyright 2018 Rémy Taymans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Website Portal Extend', 'summary': """ Extension of Website Portal that show correctly information about companies """, 'description': """ """, 'author': 'Rémy Taymans', 'license': 'AGPL-3', 'version': '9.0.1.0', 'website': "www.coopiteasy.be", 'category': 'Website', 'depends': [ 'website', 'website_portal_v10', ], 'data': [ 'views/portal_website_templates.xml', ] }