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.

100 lines
3.4 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. Partner External Maps
  6. =====================
  7. In the old days of Odoo/OpenERP, back in version 6.1, there was an official
  8. *google_map* module ; this module added a *Map* button on the partner form view
  9. and, when the user clicked on that button, it would open a new tab on its web
  10. browser and go to Google Map with a search on the address of the partner.
  11. This module aims at restoring this feature with several improvements:
  12. * Each user can select the map website he wants to use in its preferences
  13. * There are now two buttons on the partner form view: one to open a regular map
  14. on the address of the partner, and another one to open an itinerary map from
  15. the start address configured in the preferences of the user to the address of
  16. the partner.
  17. This module supports several map websites:
  18. * `Google Maps <https://www.google.com/maps>`
  19. * `OpenStreetMap <https://www.openstreetmap.org/>`
  20. * `Bing Maps <https://www.bing.com/maps/>`
  21. * `Here Maps <https://www.here.com/>`
  22. * `MapQuest <http://www.mapquest.com/>`
  23. * `Yahoo! Maps <https://maps.yahoo.com/>`
  24. If the module *base_geolocalize* from the official addons is installed on the
  25. system, it will use the latitude and longitude to localize the partner (instead
  26. of the address) if this information is present on the partner.
  27. Configuration
  28. =============
  29. If you want to create additionnal map websites, go to the menu
  30. *Sales > Configuration > Address Book > Localization > Map Websites*. You are
  31. invited to send the configuration information of your additionnal map websites
  32. to the author of the module, so that the module can be updated with more
  33. pre-configured map websites.
  34. Usage
  35. =====
  36. First, you need to configure in your preferences:
  37. * The map website to use for the regular maps,
  38. * The map website to use for the route maps,
  39. * The start address for the route maps.
  40. Then you can use the two new buttons on the partner form to open a regular map
  41. or a route map.
  42. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  43. :alt: Try me on Runbot
  44. :target: https://runbot.odoo-community.org/runbot/134/9.0
  45. Known issues / Roadmap
  46. ======================
  47. * Let decide if the user prefers to use addresses instead coordinates when
  48. *base_geolocalize* is installed.
  49. Bug Tracker
  50. ===========
  51. Bugs are tracked on `GitHub Issues
  52. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  53. check there if your issue has already been reported. If you spotted it first,
  54. help us smashing it by providing a detailed and welcomed `feedback
  55. <https://github.com/OCA/
  56. partner-contact/issues/new?body=module:%20
  57. partner_external_map%0Aversion:%20
  58. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  59. Credits
  60. =======
  61. Contributors
  62. ------------
  63. * Alexis de Lattre <alexis.delattre@akretion.com>
  64. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  65. Maintainer
  66. ----------
  67. .. image:: http://odoo-community.org/logo.png
  68. :alt: Odoo Community Association
  69. :target: http://odoo-community.org
  70. This module is maintained by the OCA.
  71. OCA, or the Odoo Community Association, is a nonprofit organization whose
  72. mission is to support the collaborative development of Odoo features and
  73. promote its widespread use.
  74. To contribute to this module, please visit https://odoo-community.org.