Skip to Content
Menu
This question has been flagged
4 Replies
7209 Views

Hi, i'm in this situation.

for the product PRODUCT1 i have three possible size (size1,size2,size3) and two possible color (red,blue).

But the combination size1-red doesn't exists.

In Odoo, can i manage product variants combination?

Thank you.

Avatar
Discard
Best Answer

You can use the mass editing module or you export the product variants with the archive flag and check the archive flag in excel, then reimport.

Avatar
Discard
Author Best Answer

Yes, but if I have a lot of products, it's a problem to archive all variants that i don't use.

Avatar
Discard

You either select them all from the treeview and archive them or you could add some custom development to automatically filter out product variants that have a stock <= 0.

Best Answer

If you create attributes size and color, Odoo automatically create all possible combinations of product variants.

If you don't have any particular combination(like size1-red), You can archive that variant.

Avatar
Discard
Related Posts Replies Views Activity
2
Mar 24
1580
1
Feb 24
3239
0
Mar 23
1025
4
Mar 16
7342
3
Nov 24
5859