flectra/addons/website_google_map/__manifest__.py
2018-01-16 16:38:17 +05:30

20 lines
473 B
Python

# -*- 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,
}