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.

30 lines
1.1 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2016 Akretion (Alexis de Lattre
  3. # <alexis.delattre@akretion.com>)
  4. # Copyright 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  5. # Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  6. # Copyright 2017 Eficent Business and IT Consulting Services, S.L.
  7. # <contact@eficent.com>
  8. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  9. {
  10. 'name': 'Base Location Geonames Import',
  11. 'version': '11.0.1.1.1',
  12. 'category': 'Partner Management',
  13. 'license': 'AGPL-3',
  14. 'summary': 'Import better zip entries from Geonames',
  15. 'author': 'Akretion,'
  16. 'Agile Business Group,'
  17. 'Antiun Ingeniería S.L.,'
  18. 'Tecnativa,'
  19. 'Odoo Community Association (OCA)',
  20. 'website': 'http://www.akretion.com',
  21. 'depends': ['base_location'],
  22. 'external_dependencies': {'python': ['requests']},
  23. 'data': [
  24. 'data/res_country_data.xml',
  25. 'views/res_country_view.xml',
  26. 'wizard/geonames_import_view.xml',
  27. ],
  28. 'installable': True,
  29. }