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
982 B

  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 ForgeFlow, S.L. <.com>
  6. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  7. {
  8. "name": "Base Location Geonames Import",
  9. "version": "14.0.1.0.2",
  10. "category": "Partner Management",
  11. "license": "AGPL-3",
  12. "summary": "Import zip entries from Geonames",
  13. "author": (
  14. "Akretion,"
  15. "Agile Business Group,"
  16. "Tecnativa,"
  17. "AdaptiveCity,"
  18. "Odoo Community Association (OCA)"
  19. ),
  20. "website": "https://github.com/OCA/partner-contact",
  21. "depends": ["base_location"],
  22. "data": [
  23. "security/ir.model.access.csv",
  24. "data/res_country_data.xml",
  25. "views/res_country_view.xml",
  26. "wizard/geonames_import_view.xml",
  27. ],
  28. "installable": True,
  29. }