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.

87 lines
2.6 KiB

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