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.

58 lines
1.6 KiB

  1. Base Location Geonames Import
  2. =============================
  3. This module adds a wizard to import better zip entries from Geonames database.
  4. Installation
  5. ============
  6. For installing this module, you need these Python libraries: requests and
  7. unicodecsv.
  8. Configuration
  9. =============
  10. If want want/need to modify the default URL
  11. (http://download.geonames.org/export/zip/), you can set the 'geonames.url'
  12. system parameter.
  13. Usage
  14. =====
  15. Go to *Sales > Configuration > Address book > Localization > Import from Geonames*,
  16. having Sales Manager permissions, and click on it to open a wizard.
  17. When you start the wizard, it will ask you to select a country. Then, for the
  18. selected country, it will delete all the current better zip entries, download
  19. the latest version of the list of cities from geonames.org and create new
  20. better zip entries.
  21. Credits
  22. =======
  23. Contributors
  24. ------------
  25. * Alexis de Lattre <alexis.delattre@akretion.com>
  26. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  27. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  28. Icon
  29. ----
  30. * http://icon-park.com/icon/location-map-pin-orange3/
  31. * http://commons.wikimedia.org/wiki/File:View-refresh.svg
  32. Maintainer
  33. ----------
  34. .. image:: http://odoo-community.org/logo.png
  35. :alt: Odoo Community Association
  36. :target: http://odoo-community.org
  37. This module is maintained by the OCA.
  38. OCA, or the Odoo Community Association, is a nonprofit organization whose
  39. mission is to support the collaborative development of Odoo features and
  40. promote its widespread use.
  41. To contribute to this module, please visit http://odoo-community.org.