stock_picking_volume
This module computes and stores volume information for stock moves and pickings based on product dimensions.
Key Features
- stock.picking: Adds a computed volume field that aggregates the volumes of associated stock moves, excluding cancelled moves unless all moves are cancelled.
- stock.move: Adds a computed volume field based on product dimensions and the relevant quantity depending on the move's state.
- stock.picking: Displays volume and its unit of measure in the picking form and tree views.
- stock.move: Displays volume and its unit of measure in the move form view.
- volume computation: Calculates volume using product length, width, and height multiplied by the appropriate quantity based on move state.
- UI enhancements: Integrates volume information into stock picking and move interfaces for better logistics planning.