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

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Nominatim Geolocalize',
  4. 'summary': 'Get partner coordinate using Nominatim API',
  5. 'version': '10.0.0.1.0',
  6. 'author': 'Le Filament, Odoo Community Association (OCA)',
  7. 'maintainers': ["remi-filament"],
  8. 'license': 'LGPL-3',
  9. 'category': 'Partner',
  10. 'depends': ['base'],
  11. 'data': [
  12. 'views/res_partner.xml',
  13. ],
  14. 'installable': True,
  15. }