Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 132 |
Technical Name |
google_maps |
License | OPL-1 |
Website | https://modool.pro |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 132 |
Technical Name |
google_maps |
License | OPL-1 |
Website | https://modool.pro |
Determine Distance and Duration of the path
between two points used Google Maps API
This module add functions for determine Distance and Duration of the path between two(or more) points.
The points can be set as two addresses or latitude/longitude values.
You can use modes: "driving", "walking", "transit" or "bicycling".
In mode "driving" you can use specifies the desired time of departure.
This is allow you to get Duration of path include traffic data.
In this case you can get Duration in three traffic models:
"best guess" or "optimistic" or "pessimistic".
Automatically calculate distance and path duration by two addresses in Odoo:

path distance calculated manually:

Leverage the Google Maps Server API in your Odoo
Rock your logistic
Warning: the module use Google Maps Server API.
It's not free API(costs ~ 4 USD per 1000 requests).
Take a look at the current prices(
https://developers.google.com/maps/documentation/distance-matrix/usage-and-billing).
But: for now Google propose his Cloud Free Trial program!
Get 300$ from Google Cloud for use it in Google Cloud!(https://cloud.google.com/free/docs/gcp-free-tier)
And additional get 200$ from Google Maps(
https://developers.google.com/maps/billing-credits).
You need:
1. create Account on Google Cloud(https://developers.google.com/maps/gmp-get-started).
2. create Project in Google Cloud(https://console.cloud.google.com/projectcreate).
3. activate Billing(https://console.cloud.google.com/project/_/billing).
4. activate Google Maps Distance matrix API(https://console.cloud.google.com/apis/library/distance-matrix-backend.googleapis.com).
5. add Project API credentials and Distance API key(https://developers.google.com/maps/documentation/distance-matrix/get-api-key).
6. Insert Distance API key to Odoo settings:
Add Google Maps Distance API key in Odoo General Settings:

Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module