You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if I have sales order that is sent on 2 different parcels, the integration only lets you select one shipping method for both parcels. That could be problematic for example:
-Parcel 1 is 6kg and parcel 2 is 7 kg and they use a shipping method for example: "CTT 24h 5-6kg", everything will work OK
-Parcel 1 is 4kg and parcel 2 is 7 kg and they use a shipping method for example: "CTT 24h 5-6kg", it will give you an error as one of the parcels are not within the shipping method limit.
Can it be somehow solved?
Thanks
The text was updated successfully, but these errors were encountered:
It is currently not possible to assign 2 different shipping methods to the same order. Odoo looks at the total weight of the items even though it is split between 2 packages. No functional changes are implemented in this module for now.
Right now if I have sales order that is sent on 2 different parcels, the integration only lets you select one shipping method for both parcels. That could be problematic for example:
-Parcel 1 is 6kg and parcel 2 is 7 kg and they use a shipping method for example: "CTT 24h 5-6kg", everything will work OK
-Parcel 1 is 4kg and parcel 2 is 7 kg and they use a shipping method for example: "CTT 24h 5-6kg", it will give you an error as one of the parcels are not within the shipping method limit.
Can it be somehow solved?
Thanks
The text was updated successfully, but these errors were encountered: