Field Service - Timesheet

fieldservice_timesheet
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/18.0/fieldservice_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProject
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_project
    - fieldservice
    - base_territory
odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - hr_hourly_cost
    - analytic
    - uom
    - project
    - rating
    - base_geolocalize
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Encode time spent on the different field service orders.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_timesheet_line_form account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_form
hr_timesheet_line_search account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_search
hr_timesheet_line_tree account.analytic.line field 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 xpath Inherits fieldservice_project.view_fsm_order_project_form
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.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/field-service
PULL REQUEST
PULL REQUEST[19.0][MIG] fieldservice_timesheet: Migration to 19.0 (#1563)