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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up