# -*- coding: utf-8 -*- # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. { 'name': 'Website Google Map', 'author': 'Odoo S.A.', 'category': 'Website', 'summary': '', 'version': '1.0', 'description': """ Odoo Website Google Map ========================== """, 'depends': ['base_geolocalize', 'website_partner'], 'data': [ 'views/google_map_templates.xml', ], 'installable': True, }