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
odoo/odoo:
- web
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 IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/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_geometry Boolean
    default=True string='Geometry'
  • google_maps_lang_localization Selection
    selection=GMAPS_LANG_LOCALIZATION string='Google Maps Language Localization'
  • google_maps_places Boolean
    default=True string='Places'
  • google_maps_region_localization Selection
    selection=get_region_selection
  • google_maps_theme Selection
    selection=[('default', 'Default'), ('aubergine', 'Aubergine'), ('night', 'Night'), ('dark', 'Dark'), ('retro', 'Retro'), ('silver', 'Silver')] string='Map theme'
  • google_maps_view_api_key Char
  • module_web_view_google_map Boolean
    string='Allow Google Map View'
  • module_web_widget_google_address_autocomplete Boolean
    string='Allow Google Address Form Autocomplete'
  • module_web_widget_google_marker_icon_picker Boolean
    string='Allow Google Marker Icon Picker'
Public methods (4)
  • 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…