onesteinbv / addons-sendcloud

Other
3 stars 9 forks source link

Parcels with different weight #22

Open Jaghova opened 7 months ago

Jaghova commented 7 months ago

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

fumanshu007 commented 6 months ago

Hi,

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.