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 IDNameModelTypeStatus
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_id Many2one → stock.location
    compute='_compute_current_stock_loc_id' string='Current Inventory Location' args: 'stock.location'
  • lot_id Many2one → stock.lot
    string='Serial #' args: 'stock.lot'
  • product_id Many2one → product.product
    args: 'product.product'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • create_fsm_equipment Boolean
    help="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'
Public methods (0)

No public methods.

New fields (1)
  • fsm_equipment_id Many2one → fsm.equipment
    string='Equipment' args: 'fsm.equipment'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • prepare_equipment_values(self, move_line)

New fields (1)
  • create_fsm_equipment Boolean
    help="Products with the 'Creates a FSM Equipment' flag will automatically be converted to an FSM Equipment." string='Create FSM Equipment'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…