Google Map View Drawing Mixin

web_widget_google_map_drawing
REPOSITORY
REPOSITORYOCA/geospatial
GIT
GIThttps://github.com/OCA/geospatial.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/geospatial/tree/12.0/web_widget_google_map_drawing
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Yopi Angi
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Yopi Angi
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, brian10048, Stéphane Brunner
WEBSITE
WEBSITEhttps://github.com/OCA/geospatial
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/geospatial:
    - web_view_google_map
    - base_google_map
odoo/odoo:
    - base_setup
    - base
    - web
    - base_geolocalize
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend google_maps assets backend drawing ir.ui.view qweb Inherits web_view_google_map.assets_backend
res_config_settings_view_form res.config.settings.view.form.inherit.web_google_maps_drawing res.config.settings xpath Inherits base_google_map.res_config_settings_view_form
Models touched (2)

New fields (6)
  • shape_area Float
    string='Area'
  • shape_description Text
    string='Description'
  • shape_name Char
    string='Name'
  • shape_paths Text
    string='Paths'
  • shape_radius Float
    string='Radius'
  • shape_type Selection
    default='polygon' required=True string='Type' args: [('circle', 'Circle'), ('polygon', 'Polygon'), ('rectangle', 'Rectangle')]
Public methods (1)
  • decode_shape_paths(self)
    @api.multi

New fields (1)
  • google_maps_drawing Boolean
    string='Drawing'
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)
    @api.multi