Compare commits

...

4 Commits

Author SHA1 Message Date
Marion (masp) c7e5d33a1f [ADD] Website/Configuration: Google Search Console
taskid: 3696023
2024-03-05 08:48:00 +01:00
Marion (masp) c623f7b0c4 Merge branch '16.0' of github.com:odoo/documentation into 16.0 2024-03-05 08:38:47 +01:00
Marion (masp) 57807d9477 Merge branch '16.0' of github.com:odoo/documentation into 16.0 2024-03-01 10:22:18 +01:00
Marion (masp) 94b1131d17 [ADD] install: geolocalization
taskid-3694395
2024-02-15 09:35:10 +01:00
11 changed files with 88 additions and 0 deletions
+1
View File
@@ -48,3 +48,4 @@ functionalities, including functional support, upgrades, and hosting. `Pricing
install/cdn
install/email_gateway
install/geo_ip
install/geolocalization
@@ -0,0 +1,54 @@
:show-content:
===============
Geolocalization
===============
The geolocalization feature in :menuselection:`General Settings > Integration > Geolocalization` allows you to locate
contacts, places, and routes on a map in Odoo directly.
For instance, the routes in the Field Service App.
.. image:: geolocalization/field-service.png
:alt: Field Service App
You can also locate all your contacts on a map.
.. image:: geolocalization/contacts.png
:alt: Contacts on a map
Odoo provides two third-party providers to do so.
Open Street Map
===============
Open Street Map (OSM) is a collaborative project that creates a free, editable world map. It provides a platform
for individuals and organizations to share, view, and use map data to create a detailed and up-to-date map that can be
used for various purposes.
If you wish to continue using the free Open Street Map on your database, it is possible to fix the location accuracy by
fixing it in Open Street Map. Please see the following `link <https://www.openstreetmap.org/fixthemap>`_ for more info on
mapping a location.
Google Places Map
================
Google Maps allows users to explore and navigate the world through detailed maps, satellite imagery, and street view.It
provides information about businesses, landmarks, and other points of interest. Users can search for specific places,
get directions, find nearby businesses, and explore locations virtually.
.. note::
Using Google Places API requires potential payment to Google.
If you choose Google Maps, **you must create an API key with Google**. Once you have your API Key, add it to your
database in :menuselection:`General Settings → Geolocalization → API Google Places Map` and paste the key in the field.
.. image:: geolocalization/google-places-api-key.png
:alt: Contacts on a map
If you dont have an API Key yet, create yours on the :ref:`Google Cloud Console <address_autocomplete/generate_api_key>`.
.. seealso::
- :doc:`../../applications/websites/website/configuration/address_autocomplete`
- `Google Maps Platform <https://mapsplatform.google.com/maps-products/>`_
Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

@@ -8,6 +8,7 @@ Configuration
:titlesonly:
configuration/address_autocomplete
configuration/google_search_console
configuration/cookies_bar
configuration/translate
configuration/multi_website
@@ -27,6 +27,8 @@ and follow these steps.
.. _address_autocomplete/generate_api_key:
.. _address_autocomplete/generate_api_key:
Step 1: Enable the Google Places API
====================================
@@ -0,0 +1,30 @@
=====================
Google Search Console
=====================
Google Search Console is a free web service provided by Google that allows website owners to monitor,
maintain, and troubleshoot their site's presence in Google Search results. It offers valuable insights
into how Google views and interacts with your site, helping you optimize its performance.
To enable GSC, go to `Google Search Console <https://search.google.com/search-console/welcome>`_,
enter your domain or URL prefix, follow the instructions, and download the code from Google.
.. image:: google_search_console/add-domain-or-url-prefix.png
:alt: Google Search Console domain or URL prefix
.. image:: google_search_console/verify.png
:alt: Verify domain or URL prefix
Then, return to your database and enable the Google Search Console by going to
:menuselection:`Website --> Configuration --> Settings` and enable :guilabel:`Google Search Console`
in the :guilabel:`SEO` section. Enter the code in the dedicated field.
.. image:: google_search_console/paste-gsc-code-settings.png
:alt: Website Settings pasting GSC code
.. warning::
Mapping your domain name with your Odoo website prevents Google from indexing both your custom
domain name *www.example.com* and your original odoo database address *example.odoo.com*.
.. seealso::
:doc:`../administration/maintain/domain_names`
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB