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.

79 lines
2.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =============================
  5. Base Location Geonames Import
  6. =============================
  7. This module adds a wizard to import better zip entries from `Geonames <http://www.geonames.org/>`_ database.
  8. Installation
  9. ============
  10. To install this module, you need these Python libraries: requests and
  11. unicodecsv.
  12. Configuration
  13. =============
  14. To access the menu to import better zip entries from Geonames, you must add yourself to the groups *Technical features* and *Sales manager*.
  15. If want want/need to modify the default URL
  16. (http://download.geonames.org/export/zip/), you can set the *geonames.url*
  17. system parameter.
  18. Usage
  19. =====
  20. Go to *Settings > Technical > Cities/Locations Management > Import from Geonames*,
  21. and click on it to open a wizard.
  22. When you start the wizard, it will ask you to select a country. Then, for the
  23. selected country, it will delete all the current better zip entries, download
  24. the latest version of the list of cities from geonames.org and create new
  25. better zip entries.
  26. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  27. :alt: Try me on Runbot
  28. :target: https://runbot.odoo-community.org/runbot/134/10.0
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues
  32. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  33. check there if your issue has already been reported. If you spotted it first,
  34. help us smashing it by providing a detailed and welcomed feedback.
  35. Credits
  36. =======
  37. Contributors
  38. ------------
  39. * Alexis de Lattre <alexis.delattre@akretion.com>
  40. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  41. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  42. * Dave Lasley <dave@laslabs.com>
  43. Icon
  44. ----
  45. * http://icon-park.com/icon/location-map-pin-orange3/
  46. * http://commons.wikimedia.org/wiki/File:View-refresh.svg
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit https://odoo-community.org.