TIP: You can type at any time to perform a new search.
Field Service - Repair
fieldservice_repair · OCA/field-service
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_countIntegercompute='_compute_repair_count'store=Truestring='Repair Orders Count' -
repair_idsOne2many → repair.orderreadonly=Truestring='Repair Orders' args: 'repair.order', 'fsm_order_id'
-
action_view_repairs(self) -
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
internal_typeSelectionselection_add=[('repair', 'Repair')]
No public methods.
New fields (1)
-
fsm_order_idMany2one → fsm.orderstring='Field Service Order' args: 'fsm.order'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…