Skip to Content
Menu
This question has been flagged
1 Reply
2659 Views

I need to import products from external data to ODOO,

simple products work fine but I don't succeed for products with variants.

Would anybody have a working example template to import products and variants into ODOO?

Avatar
Discard
Best Answer

Here's one example:

id,company_id/id,name,default_code,attribute_line_ids/attribute_id/id,attribute_line_ids/value_ids/id,base.main_company,"<New item name>","<New item code>",product.product_attribute_2,"__export__.product_attribute_value_8,product.product_attribute_value_3,product.product_attribute_value_4",,,,product.product_attribute_value_3,"__export__.product_attribute_value_6,__export__.product_attribute_value_7,__export__.product_attribute_value_9"

Note that you need to substitute the IDs for your attributes and attribute values in columns 4 & 5 on both rows.  


Avatar
Discard