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.0 KiB

  1. # Copyright 2014-2016 Akretion (Alexis de Lattre
  2. # <alexis.delattre@akretion.com>)
  3. # Copyright 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  4. # Copyright 2016-2020 Tecnativa - Pedro M. Baeza
  5. # Copyright 2017 Eficent Business and IT Consulting Services, S.L.
  6. # <contact@eficent.com>
  7. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  8. {
  9. 'name': 'Base Location Geonames Import',
  10. 'version': '12.0.1.0.4',
  11. 'category': 'Partner Management',
  12. 'license': 'AGPL-3',
  13. 'summary': 'Import zip entries from Geonames',
  14. 'author': 'Akretion,'
  15. 'Agile Business Group,'
  16. 'Tecnativa,'
  17. 'AdaptiveCity,'
  18. 'Odoo Community Association (OCA)',
  19. 'website': 'https://github.com/OCA/partner-contact',
  20. 'depends': [
  21. 'base_location',
  22. ],
  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. }