Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.1.2
Category
Field Service
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), APSL - Nagarro
Maintainers
Odoo Community Association (OCA), APSL - Nagarro
Committers
Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar, bobrador
Odoo dependencies
OCA/field-service:
odoo/odoo:
- web
- bus
Python dependencies
geopy
System dependencies
None
Required by
None
Description
This module adds the ability to use the current location in FSM orders.
It is helpful for business workflows where field workers need to create orders on-site.
By automatically filling in the current address, it reduces manual entry and helps prevent human error.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_order_crm_form_view fsm.order.crm.form fsm.order form Inherits fieldservice.fsm_order_form
fsm_template_form_view_inherit fsm.template.form.inherit fsm.template form Inherits fieldservice.fsm_template_form_view
res_config_settings_view_form_inherit res.config.settings.view.form.fsm.inherit res.config.settings form Inherits fieldservice.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • place Char
Public methods (0)

No public methods.

New fields (1)
  • show_geolocate_button Boolean
    compute='_compute_show_geolocate_button' store=False
Public methods (1)
  • save_location_from_browser(self, lat, lon)

New fields (2)
  • show_use_current_location Boolean
    compute='_compute_show_use_current_location' store=False
  • use_current_location Boolean
    help='Allow using current location for orders based on this template'
Public methods (0)

No public methods.

New fields (1)
  • restrict_current_location_in_templates Boolean
    config_parameter='fieldservice.restrict_current_location_in_templates' help="If enabled, the 'Use Current Location' button will only appear for orders based on templates that have 'Use Current Location' checked." string='Restrict Current Location in Templates'
Public methods (0)

No public methods.