From a9d1e059f24a94ec5eeba13c70bbefe644b49dab Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sun, 21 Jun 2015 22:15:55 +0200 Subject: [PATCH] Add newline around '*' in README.rst, as suggested by Lorenzo --- partner_external_maps/README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/partner_external_maps/README.rst b/partner_external_maps/README.rst index 535ad2383..ab1ba5cf9 100644 --- a/partner_external_maps/README.rst +++ b/partner_external_maps/README.rst @@ -4,15 +4,23 @@ Partner External Maps In the old days of Odoo/OpenERP, back in version 6.1, there was an official *google_map* module ; this module added a *Map* button on the partner form view and, when the user clicked on that button, it would open a new tab on its web browser and go to Google Map with a search on the address of the partner. This module aims at restoring this feature with several improvements: + * each user can select the map website he wants to use in its preferences + * there are now two buttons on the partner form view: one to open a regular map on the address of the partner, and another one to open an itinerary map from the start address configured in the preferences of the user to the address of the partner. This module supports several map websites: + * `Google Maps ` + * `OpenStreetMap ` + * `Bing Maps ` + * `Here Maps ` + * `MapQuest ` + * `Yahoo! Maps ` If the module *base_geolocalize* from the official addons is installed on the system, it will use the latitude and longitude to localize the partner (instead of the address) if this information is present on the partner. @@ -26,8 +34,11 @@ Usage ===== First, you need to configure in your preferences: + * the map website to use for the regular maps, + * the map website to use for the route maps, + * the start address for the route maps. Then you can use the two new buttons on the partner form to open a regular map or a route map.