This question has been flagged
1 Reply
3800 Views

I need to import a list of products into Odoo with Vendors.  In the Odoo 15 Product Import there is only one import option for Vendors (See field details below)

Label: Vendors
Name: seller_ids
Type: one2many
Model: product.supplierinfo

I have tried putting everything I can think of in this field to import the correct vendor

__export__.product_supplierinfo_4_2cb931dd (External ID from Vendor field from product export)
__export__.res_partner_921_fe40a4ed (External ID from Vendor Export)

921 (This is the ID of the vendor)


Please help me understand what data I should put in the Vendors field during product import.  

Thank You!

Avatar
Discard
Best Answer

Hi i sujest to do 2 step flow. first import products and export template external id.
after that import (purchase/configuration/vendor pricelist) products t external id+your needed vendor.

Avatar
Discard