Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Project
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 09:06:25
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Maxime Chambreuil, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Encode time spent on the different field service orders.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_timesheet_line_form account.analytic.line form Inherits hr_timesheet.hr_timesheet_line_form
hr_timesheet_line_search account.analytic.line search Inherits hr_timesheet.hr_timesheet_line_search
hr_timesheet_line_tree account.analytic.line tree Inherits hr_timesheet.hr_timesheet_line_tree
report_timesheet report_timesheet ir.ui.view qweb Inherits hr_timesheet.report_timesheet
timesheet_table timesheet_table ir.ui.view qweb Inherits hr_timesheet.timesheet_table
view_fsm_order_project_form fsm.order form Inherits fieldservice_project.view_fsm_order_project_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • fsm_order_id Many2one → fsm.order
    comodel_name='fsm.order' domain=[('project_id', '!=', False)] string='Field Service Order'
Public methods (0)

No public methods.

New fields (1)
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='fsm_order_id' string='Timesheet'
Public methods (0)

No public methods.

New fields (1)
  • fsm_order_id Many2one → fsm.order
    readonly=True string='Field Service Order' args: 'fsm.order'
Public methods (0)

No public methods.

Loading…