Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
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
Odoo Community Association (OCA), Gray Matter Logic
Maintainers
Odoo Community Association (OCA), Gray Matter Logic
Committers
Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Allow field service workers to report expenses linked to FSM orders.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_hr_expense_inherit_view_form fsm.hr.expense.inherit.view.form hr.expense form Inherits hr_expense.hr_expense_view_form
fsm_order_inherit_view_form fsm.order.inherit.view.form fsm.order form Inherits fieldservice.fsm_order_form
hr_expense_inherit_view_search hr.expense.inherit.view.search hr.expense search Inherits hr_expense.hr_expense_view_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • expense_count Integer
    compute='_compute_expense_count'
  • expense_ids One2many → hr.expense
    string='Expenses' args: 'hr.expense', 'fsm_order_id'
Public methods (1)
  • action_view_expenses(self)

New fields (1)
  • fsm_order_id Many2one → fsm.order
    string='FSM Order' args: 'fsm.order'
Public methods (1)
  • action_view_order(self)