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.

25 lines
890 B

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