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.

95 lines
3.2 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. If the module *base_geolocalize* from the official addons is installed on the
  24. system, it will use the latitude and longitude to localize the partner (instead
  25. of the address) if this information is present on the partner.
  26. Configuration
  27. =============
  28. If you want to create additionnal map websites, go to the menu
  29. *Settings > Technical > Map Websites > Map Websites*. You are
  30. invited to send the configuration information of your additionnal map websites
  31. to one of the authors of the module, so that the module can be updated with more
  32. pre-configured map websites.
  33. Usage
  34. =====
  35. First, you need to configure in your preferences:
  36. * The map website to use for the regular maps,
  37. * The map website to use for the route maps,
  38. * The start address for the route maps.
  39. Then you can use the two new buttons on the partner form to open a regular map
  40. or a route map.
  41. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  42. :alt: Try me on Runbot
  43. :target: https://runbot.odoo-community.org/runbot/134/10.0
  44. Known issues / Roadmap
  45. ======================
  46. * Let decide if the user prefers to use addresses instead coordinates when
  47. *base_geolocalize* is installed.
  48. Bug Tracker
  49. ===========
  50. Bugs are tracked on `GitHub Issues
  51. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  52. check there if your issue has already been reported. If you spotted it first,
  53. help us smashing it by providing a detailed and welcomed feedback.
  54. Credits
  55. =======
  56. Contributors
  57. ------------
  58. * Alexis de Lattre <alexis.delattre@akretion.com>
  59. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  60. Maintainer
  61. ----------
  62. .. image:: https://odoo-community.org/logo.png
  63. :alt: Odoo Community Association
  64. :target: https://odoo-community.org
  65. This module is maintained by the OCA.
  66. OCA, or the Odoo Community Association, is a nonprofit organization whose
  67. mission is to support the collaborative development of Odoo features and
  68. promote its widespread use.
  69. To contribute to this module, please visit https://odoo-community.org.