Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-12 17:29:24
Authors
Odoo Community Association (OCA), Open Source Integrators, Gray Matter Logic
Maintainers
Odoo Community Association (OCA), Open Source Integrators, Gray Matter Logic
Committers
Simone Rubino, OCA-git-bot, oca-ci, linto-antony
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Odoo Repair App does not support Field Service operations for products
outside the company facilities. On the other hand, the Field Service App
does not support part management (add, update, remove) of an equipment.

This module allows you to repair FSM equipments and manage their parts:
add, update/replace, remove.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fsm_order_form fsm.order form Inherits fieldservice.fsm_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • repair_count Integer
    compute='_compute_repair_count' store=True string='Repair Orders Count'
  • repair_ids One2many → repair.order
    readonly=True string='Repair Orders' args: 'repair.order', 'fsm_order_id'
Public methods (3)
  • action_view_repairs(self)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • internal_type Selection
    selection_add=[('repair', 'Repair')]
Public methods (0)

No public methods.

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

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…