| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_picking_stage |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, ilo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
code
Char
copy=False
color
Integer
copy=False
default=_get_default_color
args: 'Color Index'
name
Char
copy=False
required=True
No public methods.