sale_order_carrier_auto_assign
This module automatically assigns delivery carriers to sale orders upon creation or confirmation based on configurable company settings.
Key Features
- res.company: Adds a setting to enable automatic carrier assignment on sale order creation.
- res.company: Adds a setting to enable automatic carrier assignment on sale order confirmation.
- sale.order: Automatically sets the delivery carrier when the partner is changed if the creation setting is enabled.
- sale.order: Automatically sets the delivery carrier upon sale order creation if the creation setting is enabled.
- sale.order: Automatically sets the delivery carrier upon sale order confirmation if the confirmation setting is enabled.
- sale.order.line: Triggers carrier assignment when new product lines are added to the sale order.
- sale.order.line: Triggers carrier assignment when the product is changed on existing order lines.
- res.config.settings: Provides configuration options in the sales settings for carrier auto assignment.