Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.2 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, Brian McMaster
Maintainers
Odoo Community Association (OCA), Open Source Integrators, Brian McMaster
Committers
OCA-git-bot, oca-ci, r.perez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to link the vehicles and workers of Field Service
with vehicles and drivers of Fleet.

Beware that the Fleet module can have more vehicles than the FSM one
(not all vehicles of the company are used for Field Service work).

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fleet_vehicle_form_fsm fleet.vehicle.form.fsm fleet.vehicle form Inherits fleet.fleet_vehicle_view_form
fsm_vehicle_form_fleet fsm.vehicle.form.fleet fsm.vehicle form Inherits fieldservice_vehicle.fsm_vehicle_form_view
vehicle_wizard_view Convert to a FSM Vehicle fsm.fleet.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • is_fsm_vehicle Boolean
    string='Is used for Field Service?'
Public methods (1)
  • set_fsm_driver(self)

New fields (0)

No new fields.

Public methods (2)
  • action_convert(self)
  • action_convert_vehicle(self, vehicle)

New fields (1)
  • fleet_vehicle_id Many2one → fleet.vehicle
    ondelete='restrict' required=True string='Vehicle Details' args: 'fleet.vehicle'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…