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.

83 lines
2.5 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 database.
  8. Installation
  9. ============
  10. For installing this module, you need these Python libraries: requests and
  11. unicodecsv.
  12. Configuration
  13. =============
  14. For seeing the menu, you need to activate *Technical features* option in your
  15. user and to be *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 *Sales > Configuration > Address book > Localization > 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. Then, for the
  24. selected country, it will delete all the current better zip entries, download
  25. the latest version of the list of cities from geonames.org and create new
  26. better zip entries.
  27. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  28. :alt: Try me on Runbot
  29. :target: https://runbot.odoo-community.org/runbot/134/9.0
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smashing it by providing a detailed and welcomed `feedback
  36. <https://github.com/OCA/
  37. partner-contact/issues/new?body=module:%20
  38. base_location_geonames_import%0Aversion:%20
  39. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  40. Credits
  41. =======
  42. Contributors
  43. ------------
  44. * Alexis de Lattre <alexis.delattre@akretion.com>
  45. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  46. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  47. Icon
  48. ----
  49. * http://icon-park.com/icon/location-map-pin-orange3/
  50. * http://commons.wikimedia.org/wiki/File:View-refresh.svg
  51. Maintainer
  52. ----------
  53. .. image:: http://odoo-community.org/logo.png
  54. :alt: Odoo Community Association
  55. :target: http://odoo-community.org
  56. This module is maintained by the OCA.
  57. OCA, or the Odoo Community Association, is a nonprofit organization whose
  58. mission is to support the collaborative development of Odoo features and
  59. promote its widespread use.
  60. To contribute to this module, please visit http://odoo-community.org.