Field Service Geoengine

fieldservice_geoengine
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/18.0/fieldservice_geoengine
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, CristianoMafraJunior
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
OCA/geospatial:
    - base_geoengine
odoo/odoo:
    - base
    - web
    - base_geolocalize
    - base_setup
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module displays map views on the order and location using the
GeoEngine module and PostGIS.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
fsm_location_form_view fsm.location.form fsm.location group Inherits fieldservice.fsm_location_form_view
fsm_order_form fsm.order.form fsm.order xpath Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_location_map ir.ui.view.fsm.location.map fsm.location geoengine New
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order geoengine New
Models touched (3)

New fields (3)
  • custom_color Char
    related='stage_id.custom_color' string='Stage Color'
  • shape GeoPoint
    compute='_compute_shape' store=True args: 'Coordinate'
  • stage_name Char
    related='stage_id.name' string='Stage Name'
Public methods (2)
  • create(self, vals)
    @api.model_create_multi
  • geo_localize(self)

New fields (1)
  • shape GeoPoint
    related='location_id.shape' string='Coordinate'
Public methods (1)
  • geo_localize(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/17.0/fieldservice_geoengine
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar, anusrinps96, bobrador
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
OCA/geospatial:
    - base_geoengine
odoo/odoo:
    - base
    - web
    - base_geolocalize
    - base_setup
    - resource
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module displays map views on the order and location using the
GeoEngine module and PostGIS.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
fsm_location_form_view fsm.location.form fsm.location group Inherits fieldservice.fsm_location_form_view
fsm_order_form fsm.order.form fsm.order xpath Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_location_map ir.ui.view.fsm.location.map fsm.location geoengine New
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order geoengine New
Models touched (3)

New fields (3)
  • custom_color Char
    related='stage_id.custom_color' string='Stage Color'
  • shape GeoPoint
    compute='_compute_shape' store=True args: 'Coordinate'
  • stage_name Char
    related='stage_id.name' string='Stage Name'
Public methods (2)
  • create(self, vals)
    @api.model_create_multi
  • geo_localize(self)

New fields (1)
  • shape GeoPoint
    related='location_id.shape' string='Coordinate'
Public methods (1)
  • geo_localize(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/16.0/fieldservice_geoengine
VERSION
VERSION 1.4.3
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Rubino, oca-ci, Antoni Marroig Campomar, anusrinps96
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
OCA/geospatial:
    - base_geoengine
odoo/odoo:
    - base
    - web
    - base_geolocalize
    - base_setup
    - resource
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
simplejson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
fsm_location_form_view fsm.location.form fsm.location group Inherits fieldservice.fsm_location_form_view
fsm_order_form fsm.order.form fsm.order xpath Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_location_map ir.ui.view.fsm.location.map fsm.location geoengine New
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order geoengine New
Models touched (3)

New fields (3)
  • custom_color Char
    related='stage_id.custom_color' string='Stage Color'
  • shape GeoPoint
    compute='_compute_shape' store=True args: 'Coordinate'
  • stage_name Char
    related='stage_id.name' string='Stage Name'
Public methods (2)
  • create(self, vals)
    @api.model_create_multi
  • geo_localize(self)

New fields (1)
  • shape GeoPoint
    related='location_id.shape' string='Coordinate'
Public methods (1)
  • geo_localize(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/14.0/fieldservice_geoengine
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Pytech SRL
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, Iván Todorovich, hparfr, oca-ci, Freni-OSI, Antonio Rivera, PicchiSeba, Urvisha@OSI, Urvisha-SCS
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
OCA/geospatial:
    - base_geoengine
odoo/odoo:
    - base
    - web
    - base_geolocalize
    - base_setup
    - resource
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
simplejson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
fsm_location_form_view fsm.location.form fsm.location group Inherits fieldservice.fsm_location_form_view
fsm_order_form fsm.order.form fsm.order xpath Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_location_map ir.ui.view.fsm.location.map fsm.location geoengine New
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order geoengine New
Models touched (2)

New fields (3)
  • custom_color Char
    related='stage_id.custom_color' string='Stage Color'
  • shape GeoPoint
    compute='_compute_shape' store=True args: 'Coordinate'
  • stage_name Char
    related='stage_id.name' string='Stage Name'
Public methods (2)
  • create(self, vals)
    @api.model
  • geo_localize(self)

New fields (1)
  • shape GeoPoint
    related='location_id.shape' string='Coordinate'
Public methods (1)
  • geo_localize(self)
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/13.0/fieldservice_geoengine
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, JevinD
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
OCA/geospatial:
    - base_geoengine
odoo/odoo:
    - base
    - web
    - base_geolocalize
    - base_setup
    - resource
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
simplejson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fsm_order_form fsm.order.form fsm.order xpath Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order geoengine New
Models touched (2)

New fields (1)
  • shape GeoPoint
    args: 'Coordinate'
Public methods (3)
  • create(self, vals)
    @api.model
  • geo_localize(self)
  • write(self, vals)

New fields (1)
  • shape GeoPoint
    args: 'Coordinate'
Public methods (4)
  • create(self, vals)
    @api.model
  • create_geometry(self)
  • geo_localize(self)
  • onchange_location_id(self)
    @api.onchange('location_id')
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/12.0/fieldservice_geoengine
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, OCA-git-bot, brian10048, scampbell, Murtuza Saleh, Alessandro Uffreduzzi
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
OCA/geospatial:
    - base_geoengine
OCA/partner-contact:
    - partner_fax
OCA/web:
    - web_timeline
odoo/odoo:
    - base
    - web
    - base_geolocalize
    - mail
    - base_setup
    - bus
    - web_tour
    - resource
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
simplejson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fsm_order_form fsm.order.form fsm.order xpath Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order geoengine New
Models touched (2)

New fields (1)
  • shape GeoPoint
    args: 'Coordinate'
Public methods (3)
  • create(self, vals)
    @api.model
  • geo_localize(self)
  • write(self, vals)
    @api.multi

New fields (1)
  • shape GeoPoint
    args: 'Coordinate'
Public methods (4)
  • create(self, vals)
    @api.model
  • create_geometry(self)
  • geo_localize(self)
    @api.multi
  • onchange_location_id(self)
    @api.onchange('location_id')