sale_delivery_state
This module adds a delivery state field to sale orders, computed based on the quantity delivered in sale order lines.
Key Features
- sale.order: Adds a delivery state field that indicates the overall delivery status of the sale order.
- sale.order.line: Computes delivery state based on the qty_delivered field.
- sale.order: Allows manually forcing the sale order state to fully delivered.
- sale.order.line: Includes a Skip Delivery State field to exclude certain lines from delivery state computation.
- res.config.settings: Provides configuration to automatically skip service products in delivery state calculation.
- sale.order.line: Ignores delivery carrier fee lines in delivery state computation.
- sales: Integrates with the sale_stock module for enhanced delivery status handling.