-
-
Notifications
You must be signed in to change notification settings - Fork 206
Description
wms/shopfloor/services/checkout.py
Line 1200 in dd84cc3
[("package_carrier_type", "=", carrier.delivery_type or "none")], |
Hi. We use a custom carrier (own transport or customer's B2B), but I see it is not possible to have empty delivery_type in the delivery method, as it has to always be installed by a plugin, fixed price or calculated by rules and therefore, never "none". This does not allow me to create a package later in the process (it always errors out):
Therefore, the checkout functionality to pack cannot be used without additional modules. Is there any workaround for this? Or should we launch a PR to allow this to be possible?
Additionally, I have seen the shopfloor shipment advice module is stuck in 14.0, is there any reason it might not be interesting to be ported to 16.0?
Thanks