Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 07:57:03
Authors
Odoo Community Association (OCA), APSL-Nagarro
Maintainers
Odoo Community Association (OCA), APSL-Nagarro
Committers
Weblate, OCA-git-bot, oca-ci, ppyczko
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_move_dayroute_view_tree stock_move.view.tree stock.move tree New
view_move_search_dayroute stock.move.search.dayroute stock.move search Inherits stock.view_move_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • fsm_dayroute_id Many2one → fsm.route.dayroute
    related='fsm_order_id.dayroute_id' store=True string='Day Route' args: 'fsm.route.dayroute'
  • fsm_location_id Many2one → fsm.location
    related='fsm_order_id.location_id' store=True string='Location' args: 'fsm.location'
  • fsm_worker_id Many2one → fsm.person
    related='fsm_order_id.person_id' store=True string='Worker' args: 'fsm.person'
  • route_name Char
    related='fsm_dayroute_id.route_id.name' store=True string='Route'
Public methods (0)

No public methods.