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 08:22:59
Authors
Camptocamp, Odoo Community Association (OCA), Italo LOPES
Maintainers
Camptocamp, Odoo Community Association (OCA), Italo LOPES
Committers
Weblate, OCA-git-bot, oca-ci, ilo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to return FSM equipments creating a new picking.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_equipment_form_view_stock fsm.equipment.form.stock fsm.equipment form Inherits fieldservice_equipment_stock.fsm_equipment_form_view_stock
fsm_order_maintenance_form fsm.order form Inherits fieldservice.fsm_order_form
fsm_order_type_form_view fsm.order.type form Inherits fieldservice.fsm_order_type_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • create_equipment_order_return(self)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (2)
  • internal_type Selection
    selection_add=[('return', 'Return')]
  • picking_type_id Many2one → stock.picking.type
    domain=[('code', '=', 'incoming')] args: 'stock.picking.type'
Public methods (0)

No public methods.