You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
412 B
15 lines
412 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Nominatim Geolocalize',
|
|
'summary': 'Get partner coordinate using Nominatim API',
|
|
'version': '10.0.0.1.0',
|
|
'author': 'Le Filament, Odoo Community Association (OCA)',
|
|
'maintainers': ["remi-filament"],
|
|
'license': 'LGPL-3',
|
|
'category': 'Partner',
|
|
'depends': ['base'],
|
|
'data': [
|
|
'views/res_partner.xml',
|
|
],
|
|
'installable': True,
|
|
}
|