Field Service - Stock Equipment Return

fieldservice_equipment_stock_return
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/17.0/fieldservice_equipment_stock_return
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Italo LOPES
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Italo LOPES
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ilo
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_equipment_stock
    - fieldservice_stock
    - fieldservice
    - base_territory
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - stock
    - product
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 button Inherits fieldservice_equipment_stock.fsm_equipment_form_view_stock
fsm_order_maintenance_form fsm.order field Inherits fieldservice.fsm_order_form
fsm_order_type_form_view fsm.order.type field Inherits fieldservice.fsm_order_type_form_view
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.