| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 735 |
| Technical Name |
sp_google_maps_connector |
| License | OPL-1 |
| Website | https://speeduplight.com/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 735 |
| Technical Name |
sp_google_maps_connector |
| License | OPL-1 |
| Website | https://speeduplight.com/ |
Google Maps Connector
The Google Map Connector module integrates Google Maps API into Odoo to enable geocoding, route planning, distance calculation, and place search features directly inside your system.
Speeduplight provides FREE 90 Days Support for any queries, doubts, or bug fixes (excluding data recovery), ensuring a smooth and reliable experience after purchase.
Find it under
Settings â Google Maps
After installation the module adds a dedicated Google Maps menu item directly in Odoo Settings. The list view shows all connectors with colour-coded status badges so you know at a glance which are healthy.
- â Connected â API key valid, all services live
- â Error â Invalid key or billing issue
- â Inactive â Not yet tested
All 7 API endpoints
pre-configured
The connector form auto-fills every Google Maps API endpoint URL. You only need to paste your API key. The API Endpoints tab (visible to technical users) lets you override any URL if needed â useful for proxies or enterprise networks.
Geocoding · Distance Matrix · Directions · Static Map · Places Autocomplete · Place Details · Place Text Search
Filter places by type
& country
The Other Configuration tab lets you set a default place type and country that apply automatically to every Places API call â no need to pass them on every request from your code.
- Filter Results By â Hotels, Airports, Restaurants, etc.
- Detected Country â ISO code for region biasing
- Auto-applied in
place_autocomplete()andget_place_textsearch()
Embed route maps in
reports & views
get_static_map_image()
fetches the polyline from Directions API and produces a PNG returned as
a base64 string â drop it directly into an Odoo Binary
field, QWeb report, or email template.
origin="Rajkot, Gujarat",
destination="Ahmedabad, Gujarat",
)
# result["image"] â base64 PNG
# result["distance_km"] â 216.4
# result["duration_text"] â "2 hrs 18 mins"
Complete API Coverage
Every call returns a clean Python dict â no raw JSON parsing in your module.
geocode()
Address â lat, lng, place_id, formatted_address
reverse_geocode()
lat, lng â formatted_address, components
get_distance_matrix()
km, meters, duration, traffic-aware ETA
get_directions()
Route, steps, polyline, bounds, waypoints
get_static_map_image()
Base64 PNG, route_link, distance, duration
place_autocomplete()
Predictions with place_id, main/secondary text
get_place_textsearch()
List of places with name, address, coordinates
get_place_details()
Name, address, lat/lng, Google Maps URL
âï¸ Required Google Cloud APIs
Enable these in your Google Cloud Console before adding the key:
âï¸ Quick Setup
From Odoo App Store or copy to addons path.
New menu item added automatically.
All endpoint URLs pre-filled automatically.
Green badge = ready. Call any API from your module.
ð§âð» Use from any Odoo module
One entry point. All APIs. Clean Python dicts â no JSON parsing needed.
Our Odoo Services
We provide end-to-end Odoo solutions tailored to your business needs.
Consulting
Expert guidance to design, optimize and scale your Odoo implementation.
Development
Custom module development and seamless integrations for your workflows.
Migration
Smoothly migrate your data and system to newer Odoo versions with minimal downtime.
Support
Reliable post-deployment support and maintenance services.
Integration
Connect Odoo with external systems for seamless data flow and automation.
Training
Train your team to efficiently use Odoo and maximize productivity.
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