TIP: You can type at any time to perform a new search.
Field Service - Stock Equipment
fieldservice_equipment_stock · OCA/field-service
- Repository
- OCA/field-service · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Field Service
- Folder size
- 0.08 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), Brian McMaster, Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Brian McMaster, Gray Matter Logic
- Committers
- Maxime Chambreuil, OCA-git-bot, oca-ci, Hoa - Truong Thi Kim
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- fieldservice_equipment_warranty, fieldservice_repair
- Description
This module is an add-on for the Field Service application in Odoo. It allows you to track your FSM Equipments in stock moves.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_equipment_form_view_stock |
fsm.equipment.form.stock | fsm.equipment | form | Inherits fieldservice.fsm_equipment_form_view |
fsm_equipment_list_view_model |
fsm.equipment.model | fsm.equipment | list | Inherits fieldservice.fsm_equipment_list_view |
product_template_form_create_fsm_equipment |
product.template | form | Inherits product.product_template_only_form_view | |
stock_lot_extend_equipment |
stock.lot | form | Inherits stock.view_production_lot_form | |
stock_picking_type_form_create_fsm |
stock.picking.type | form | Inherits stock.view_picking_type_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (3)
-
current_stock_location_idMany2one → stock.locationcompute='_compute_current_stock_loc_id'string='Current Inventory Location' args: 'stock.location' -
lot_idMany2one → stock.lotstring='Serial #' args: 'stock.lot' -
product_idMany2one → product.productargs: 'product.product'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
create_fsm_equipmentBooleanhelp="Creates a Field Service Equipment when a stock move is done. It requires the 'Create FSM Equipment' option to be enabled on the picking type, too."string='Create FSM Equipment'
No public methods.
New fields (1)
-
fsm_equipment_idMany2one → fsm.equipmentstring='Equipment' args: 'fsm.equipment'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
prepare_equipment_values(self, move_line)
New fields (1)
-
create_fsm_equipmentBooleanhelp="Products with the 'Creates a FSM Equipment' flag will automatically be converted to an FSM Equipment."string='Create FSM Equipment'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…