TIP: You can type at any time to perform a new search.
Field Service - Current Location
fieldservice_current_location · OCA/field-service
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
placeChar
No public methods.
New fields (1)
-
show_geolocate_buttonBooleancompute='_compute_show_geolocate_button'store=False
-
save_location_from_browser(self, lat, lon)
New fields (2)
-
show_use_current_locationBooleancompute='_compute_show_use_current_location'store=False -
use_current_locationBooleanhelp='Allow using current location for orders based on this template'
No public methods.
New fields (1)
-
restrict_current_location_in_templatesBooleanconfig_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'
No public methods.