delivery_price_method
Allow integration delivery carriers to rely on Odoo’s local fixed or rule-based price computation instead of remote rate queries.
Key Features
- delivery.carrier: Introduces a price_method selection so integration carriers can force fixed or rule-based pricing.
- delivery.carrier: Rates shipments by temporarily switching the carrier type to reuse Odoo’s fixed or rule-based pricing logic.
- delivery.carrier: Sends shipping data with the locally computed fixed or rule rate applied and strips tracking numbers that upstream code would reject.
- delivery.carrier: Shows a Pricing tab in the carrier form to configure fixed prices or pricing rules when the forced method is selected.