I am trying to import 9000 products that have size and color attributes. There is an average of 28 product variants for each, adding about 9000.
When Odoo receives an import like this:
name id default_code roduct_variant_ids / attribute_value_ids
Dextrógiro-levógiro 20313931 20313931_multicolor-unica multicolor, unica
Dextrógiro-levógiro n-m 20313931 1001032900_negro-m black, m
Right-lewd to-l 20313931 1001032900_azul-l white, m
Originates three variants, but only the first puts internal reference. It is only possible to search by name and barcode, but not all variants are assigned the internal reference by the default_code column, as can be seen in the photo .. does anyone know why the uploaded variants are only identified by barcode and name exclusively?