Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), Gray Matter Logic
Maintainers
Odoo Community Association (OCA), Gray Matter Logic
Committers
Maxime Chambreuil, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to manage your vehicles and assign them to a
worker.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
fsm_order_vehicle_form_view fsm.order.vehicle.form fsm.order form Inherits fieldservice.fsm_order_form
fsm_person_vehicle_form_view fsm.person.vehicle.form fsm.person form Inherits fieldservice.fsm_person_form
fsm_person_vehicle_list_view fsm.person.vehicle.list fsm.person list Inherits fieldservice.fsm_person_list
fsm_vehicle_form_view fsm.vehicle.form fsm.vehicle form New
fsm_vehicle_graph_view fsm.vehicle.graph fsm.vehicle graph New
fsm_vehicle_list_view fsm.vehicle.list fsm.vehicle list New
fsm_vehicle_pivot_view fsm.vehicle.pivot fsm.vehicle pivot New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • vehicle_id Many2one → fsm.vehicle
    default=<expr> string='Vehicle' args: 'fsm.vehicle'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (1)
  • vehicle_id Many2one → fsm.vehicle
    string='Default Vehicle' args: 'fsm.vehicle'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True
  • person_id Many2one → fsm.person
    string='Assigned Driver' args: 'fsm.person'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…