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.

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