Repository
OCA/geospatial · module folder · Try on Runboat
Module version
1.0.2
Category
GeoBI
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/geospatial
Last tracking update
2026-08-07 07:31:57
Authors
Odoo Community Association (OCA), MuK IT
Maintainers
Odoo Community Association (OCA), MuK IT
Committers
GitHub, Sylvain LE GAL, Mathias Markl, OCA-git-bot, oca-travis
Odoo dependencies
OCA/geospatial:
odoo/odoo:
- web
Python dependencies
geojson, shapely, simplejson
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend assets_backend ir.ui.view qweb Inherits web.assets_backend
geo_raster_view_form geoengine.raster.layer.form geoengine.raster.layer form Inherits base_geoengine.geo_raster_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • bing_imagery_set Selection
    default='AerialWithLabels' string='Imagery Set' args: [('Road', 'Road'), ('RoadOnDemand', 'Road on demand'), ('Aerial', 'Aerial'), ('AerialWithLabels', 'Aerial with labels'), ('AerialWithLabelsOnDemand', 'Aerial with labels on demand'), ('collins Bart', 'Collins Bart'), ('ordnanceSurvey', 'Ordnance Survey')]
  • bing_key Char
  • is_bing Boolean
    compute='_compute_is_bing'
  • raster_type Selection
    selection_add=[('bing', 'Bing')]
Public methods (0)

No public methods.