769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
19 lines
437 B
Python
19 lines
437 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Website Google Map',
|
|
'category': 'Website',
|
|
'summary': '',
|
|
'version': '1.0',
|
|
'description': """
|
|
Odoo Website Google Map
|
|
==========================
|
|
|
|
""",
|
|
'depends': ['base_geolocalize', 'website_partner'],
|
|
'data': [
|
|
'views/google_map_templates.xml',
|
|
],
|
|
'installable': True,
|
|
}
|