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.

24 lines
1.2 KiB

  1. In the old days of Odoo/OpenERP, back in version 6.1, there was an official
  2. *google_map* module ; this module added a *Map* button on the partner form view
  3. and, when the user clicked on that button, it would open a new tab on its web
  4. browser and go to Google Map with a search on the address of the partner.
  5. This module aims at restoring this feature with several improvements:
  6. * Each user can select the map website he wants to use in its preferences
  7. * There are now two buttons on the partner form view: one to open a regular map
  8. on the address of the partner, and another one to open an itinerary map from
  9. the start address configured in the preferences of the user to the address of
  10. the partner.
  11. This module supports several map websites:
  12. * `Google Maps <https://www.google.com/maps>`
  13. * `OpenStreetMap <https://www.openstreetmap.org/>`
  14. * `Bing Maps <https://www.bing.com/maps/>`
  15. * `Here Maps <https://www.here.com/>`
  16. * `MapQuest <http://www.mapquest.com/>`
  17. If the module *base_geolocalize* from the official addons is installed on the
  18. system, it will use the latitude and longitude to localize the partner (instead
  19. of the address) if this information is present on the partner.