İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
827 Görünümler

Hello all,

I'm connecting Odoo to eBay and I'm extremely close to finally getting the connection to work. But this error continuously pops up.

'The package weight is not valid or is missing. Provide a valid number for the weight.(717)'

I've added the wieght to the Inventory Tab on the product variants, thinking that would solve the issue but no luck. I've also tried adding a product without any variants and that came to the same conclusion. I'm hoping I can also avoid using the Packages setting in Odoo if at all possible.

Let me know your thoughts, thanks in advance!

Avatar
Vazgeç
Üretici En İyi Yanıt

I have somewhat of an update. 

# We use the attribute to set the attributes linked to computed shipping policies

        # We don't use attributes since this fix has been done in stable release but will be done

        # in master.

        # We don't use the weight attribute due to the fact that eBay handles the English system

        # of measurement which uses Lbs and Oz. Then we cannot just split the weight field.

        ShippingPackageAttributes = [

            'PackageDepth', 'PackageLength', 'PackageWidth', 'WeightMajor',

            'WeightMinor', 'ShippingIrregular', 'ShippingPackage'

        ]

I'm not seeing anywhere that Odoo is referencing these attritubes. So I changed calculated shipping to flat rate shipping and was able to list an item.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 25
3648
0
Ağu 25
284
2
May 25
1316
1
Oca 25
1565
1
Kas 24
1990