sale_stock_picking_blocking
This module allows blocking the creation of deliveries from sales orders and specifying a reason for the block.
Key Features
- sale.order: Adds a delivery block reason field that prevents delivery creation when set.
- sale.order: Provides an action to remove the delivery block and trigger delivery creation.
- sale.order: Automatically sets delivery block based on partner or payment term defaults.
- sale.order: Prevents blocking if auto_done_setting is active.
- sale.order: Applies delivery block logic when copying orders.
- res.partner: Adds a default delivery block reason field for customers.
- account.payment.term: Adds a default delivery block reason field.
- sale.delivery.block.reason: Defines blocking reasons with name and description.
- sales: Adds UI elements for managing delivery blocks in forms and filters.
- sales: Includes security group for releasing delivery blocks.