Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
828 Widoki

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!

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 25
3648
0
sie 25
284
2
maj 25
1316
1
sty 25
1565
1
lis 24
1990