Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.1
Category
Field Service
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 08:42:55
Authors
Odoo Community Association (OCA), Open Source Integrators, Pytech SRL
Maintainers
Odoo Community Association (OCA), Open Source Integrators, Pytech SRL
Committers
Simone Rubino, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
Odoo dependencies
OCA/field-service:
OCA/geospatial:
odoo/odoo:
- web
- bus
Python dependencies
geojson, shapely
System dependencies
None
Required by
None
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 form Inherits fieldservice.fsm_location_form_view
fsm_order_form fsm.order.form fsm.order form Inherits fieldservice.fsm_order_form
ir_ui_view_fsm_location_map ir.ui.view.fsm.location.map fsm.location New
ir_ui_view_fsm_order_map ir.ui.view.fsm.order.map fsm.order New
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…