stock_picking_return_restricted_qty
This module restricts the quantity of products that can be returned to not exceed the originally delivered quantity.
Key Features
- stock.picking.type: Adds a boolean field to enable restriction of return quantities on operation types.
- stock.return.picking: Prevents creating return pickings with quantities exceeding the delivered amount when restriction is enabled.
- stock.return.picking.line: Validates return quantities on change to prevent exceeding the delivered amount.