I have exported and imported all attributes and values successfully.
To test, I tried exporting a product with variants in Odoo 19 then re-import it again (deleted the product first) but i have problems with Attribute values.
My attributes are
Size
And the values for this attribute is-
S,M,L.
When i export, the values are like this:
attribute_line_ids/product_template_value_ids |
Size: S |
Size: M |
Size: L |
And i get the error when importing:
No matching record found for name 'Size: S' in field 'Product Attributes/Product Attribute Values/Attribute Value'
Because the attribute value "Size: S" does not exist.
What exists is
S
So during export, If i uncheck
I want to update data (import-compatible export)
I can find this:
Product Attributes/Values/Value |
This will give me the correct attribute values.
S
M
L
(and not Size: S...)
and the import is successful.
I tried exporting everything under Attribute and all values are Size: S and not S.
This isn't working during import.
But i want to export with external ID to get a proper import in to the next instance of Odoo.