Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Rafael Lima
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
shopfloor
Description
This module adds completion information on stock picking.

If activated on the picking type, completion information is computed
according to the next chained pickings related to the stock moves of the
actual picking.

In other words, if all the previous moves linked to the destination
pickings moves are done, the completion of the actual picking allows the
destination pickings to be processed. In such case, a ribbon will appear
on the stock picking form view, to inform the stock operator.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_form_inherit stock.picking.form.inherit stock.picking form Inherits stock.view_picking_form
view_picking_type_form_inherit Operation Types inherit stock.picking.type form Inherits stock.view_picking_type_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)

New fields (1)
  • completion_info Selection
    compute='_compute_completion_info' args: [('no', 'No'), ('last_picking', 'Last picking: Completion of this operation allows next operations to be processed.'), ('next_picking_ready', 'Next operations are ready to be processed.'), ('full_order_picking', 'Full order picking: You are processing a full order picking that will allow next operation to be processed')]
Public methods (0)

No public methods.

New fields (1)
  • display_completion_info Boolean
    help='Inform operator of a completed operation at processing and at completion'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…