TIP: You can type at any time to perform a new search.
Field Service - Timesheet
fieldservice_timesheet · OCA/field-service
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → fsm.ordercomodel_name='fsm.order'domain=[('project_id', '!=', False)]string='Field Service Order'
No public methods.
New fields (1)
-
timesheet_idsOne2many → account.analytic.linecomodel_name='account.analytic.line'inverse_name='fsm_order_id'string='Timesheet'
No public methods.
New fields (1)
-
fsm_order_idMany2one → fsm.orderreadonly=Truestring='Field Service Order' args: 'fsm.order'
No public methods.
Loading…