Skip to content

Commit

Permalink
[ADD] integration: geolocation
Browse files Browse the repository at this point in the history
task-3694395

closes #7744

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
  • Loading branch information
masp-odoo authored and xpl-odoo committed Mar 1, 2024
1 parent 61c86a1 commit 7497810
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/applications/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
35 changes: 35 additions & 0 deletions content/applications/general/geolocation.rst
Original file line number Diff line number Diff line change
@@ -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
<https://www.openstreetmap.org/fixthemap>`_ 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
<https://mapsplatform.google.com/pricing/>`_.

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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7497810

Please sign in to comment.