diff --git a/content/applications/general.rst b/content/applications/general.rst index 5ef3cd4f4..c75025409 100644 --- a/content/applications/general.rst +++ b/content/applications/general.rst @@ -10,6 +10,7 @@ Miscellaneous general/export_import_data general/email_communication general/voip + general/geolocation general/digest_emails general/in_app_purchase general/developer_mode diff --git a/content/applications/general/geolocation.rst b/content/applications/general/geolocation.rst new file mode 100644 index 000000000..f0265dba8 --- /dev/null +++ b/content/applications/general/geolocation.rst @@ -0,0 +1,35 @@ +=========== +Geolocation +=========== + +You can locate contacts or places and generate routes on a map in Odoo. + +.. image:: geolocation/contacts.png + :alt: Map displaying a contact's location. + +To use the feature, open the :guilabel:`Settings` app, and, under the :guilabel:`Integrations`, +section, activate :guilabel:`Geo Localization`. Then, choose between using the OpenStreetMap or +Google Places API. + +**OpenStreetMap** + +OpenStreetMap is a free, open geographic database updated and maintained by volunteers. To use it, +select :guilabel:`Open Street Map`. + + .. important:: + OpenStreetMap might not always be accurate. You can `join the OpenStreetMap community + `_ to fix any issues encountered. + +**Google Places API map** + +The Google Places API map provides detailed info on places, businesses, and points of interest. It +supports location-based features like search, navigation, and recommendations. + +.. important:: + Using the Google Places API could require `payment to Google + `_. + +To use it, select :guilabel:`Google Place Map` and enter your API :guilabel:`Key` + +.. image:: geolocation/google-places-api-key.png + :alt: Google Places API key diff --git a/content/applications/general/geolocation/contacts.png b/content/applications/general/geolocation/contacts.png new file mode 100644 index 000000000..419f84170 Binary files /dev/null and b/content/applications/general/geolocation/contacts.png differ diff --git a/content/applications/general/geolocation/google-places-api-key.png b/content/applications/general/geolocation/google-places-api-key.png new file mode 100644 index 000000000..cfedd8579 Binary files /dev/null and b/content/applications/general/geolocation/google-places-api-key.png differ