stock_picking_line_sequence
This module manages the order of stock moves in pickings by adding sequence numbering.
Key Features
- stock.move: Adds a sequence field to determine the order of moves in a picking.
- stock.move: Provides a visible_sequence field that displays the sequence number.
- stock.picking: Computes the maximum sequence number for new moves.
- stock.picking: Resets sequence numbers on moves when creating or copying pickings.
- stock.move.line: Includes the visible sequence in aggregated product quantities for reports.
- views: Displays sequence and visible sequence in the stock picking form with a drag handle for reordering.
- reports: Adds a line number column to delivery slip reports showing the sequence.
- post-init: Resets sequences on all existing pickings during module installation.