stock_picking_auto_create_lot
This module extends the functionality of stock module to allow auto create lots for incoming pickings.
Key Features
- product.template: Adds an option to automatically create lots for products with tracking enabled.
- stock.picking.type: Adds an option to automatically create lots for operation types.
- stock.picking: Automatically generates unique lot names for move lines when validating pickings if both product and picking type have auto create enabled.
- stock.move: Hides the assign serial button for moves where auto create lot is enabled to prevent manual assignment.
- stock.move.line: Provides functionality to generate unique lot names using the stock lot serial sequence.