I want to do a mass import product with diferents attributes values using a CSV file.
My products are textil products and its have many sizes and colors (like S or M size, black or white color).
I created "Atribute" for "Size" and "Color" and then created "attibutes values" for each one of them.
When i have to make the mass import i have this problem: i can import the diferents attributes values but the sistem doesn't create the diferent variants of the product.
For example:
-create or import a product template
-then, import the diferents attributes for that template whit a CSV file like "size" - "S", "Size" -"L", "Color" - "White", etc.
-then the system is supposed to combine the diferents attributes to auto-create the product variants but it doesn't happen.
How are we supposed to do?
If i create manually a product template with the differents attributes values the system create the diferents product variants correctly. If i export that values, change the attributes values and then import that changes with a CSV file, the system create the diferents products variants correctly.
I'm using 8.0v of Odoo from GitHub.