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.

54 lines
1.4 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. When you start the wizard, it will ask you to select a country. Then, for the
  16. selected country, it will delete all the current better zip entries, download
  17. the latest version of the list of cities from geonames.org and create new
  18. better zip entries.
  19. Credits
  20. =======
  21. Contributors
  22. ------------
  23. * Alexis de Lattre <alexis.delattre@akretion.com>
  24. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  25. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  26. Icon
  27. ----
  28. * http://icon-park.com/icon/location-map-pin-orange3/
  29. * http://commons.wikimedia.org/wiki/File:View-refresh.svg
  30. Maintainer
  31. ----------
  32. .. image:: http://odoo-community.org/logo.png
  33. :alt: Odoo Community Association
  34. :target: http://odoo-community.org
  35. This module is maintained by the OCA.
  36. OCA, or the Odoo Community Association, is a nonprofit organization whose
  37. mission is to support the collaborative development of Odoo features and
  38. promote its widespread use.
  39. To contribute to this module, please visit http://odoo-community.org.