Stock Picking Stages

stock_picking_stage
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_picking_stage
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ilo
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a stage field in the pickings form view to be able to track
the progress of the picking.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_picking_stage_view_form stock.picking.stage.view.form stock.picking.stage form New
stock_picking_stage_view_tree stock.picking.stage.view.tree stock.picking.stage list New
view_picking_stage_form stock.picking field Inherits stock.view_picking_form
Models touched (2)

New fields (3)
  • stage_code Char
    related='stage_id.code'
  • stage_color Integer
    related='stage_id.color'
  • stage_id Many2one → stock.picking.stage
    index=True tracking=True args: 'stock.picking.stage'
Public methods (0)

No public methods.

New fields (3)
  • code Char
    copy=False
  • color Integer
    copy=False default=_get_default_color args: 'Color Index'
  • name Char
    copy=False required=True
Public methods (0)

No public methods.