TIP: You can type at any time to perform a new search.
Google Maps Integration
base_google_map · OCA/geospatial
- Repository
- OCA/geospatial · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Extra Tools
- Folder size
- 0.47 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/geospatial
- Last tracking update
- 2026-08-11 17:30:52
- Authors
- Odoo Community Association (OCA), Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Gray Matter Logic
- Committers
- Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- web_view_google_map
- Description
This module allows you to setup Google Maps configuration for map views and related widgets.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.google_maps | res.config.settings | form | Inherits base_setup.res_config_settings_view_form |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/web/google_autocomplete_conf |
Main.google_autocomplete_settings |
user | jsonrpc | ALL | sudo |
/web/map_theme |
Main.map_theme |
user | jsonrpc | ALL | sudo |
Models touched (1)
New fields (9)
-
google_maps_geometryBooleandefault=Truestring='Geometry' -
google_maps_lang_localizationSelectionselection=GMAPS_LANG_LOCALIZATIONstring='Google Maps Language Localization' -
google_maps_placesBooleandefault=Truestring='Places' -
google_maps_region_localizationSelectionselection=get_region_selection -
google_maps_themeSelectionselection=[('default', 'Default'), ('aubergine', 'Aubergine'), ('night', 'Night'), ('dark', 'Dark'), ('retro', 'Retro'), ('silver', 'Silver')]string='Map theme' -
google_maps_view_api_keyChar -
module_web_view_google_mapBooleanstring='Allow Google Map View' -
module_web_widget_google_address_autocompleteBooleanstring='Allow Google Address Form Autocomplete' -
module_web_widget_google_marker_icon_pickerBooleanstring='Allow Google Marker Icon Picker'
-
get_region_selection(self)@api.model -
get_values(self)@api.model -
onchange_lang_localization(self)@api.onchange('google_maps_lang_localization') -
set_values(self)
Loading…
Loading…