Hi, I am struggling to use exported data in order to update/create products.
Currently I can create base products however when attempting to apply variants to products and BOMs it fails in every attempt. I attempted to try every single option which would export attribute values however each and every value outputs "attribute_name: " + "attribute_value" which creates a string that is not recognized by odoo as it is looking for just the "attribute_value" not the additional name. I fixed this by using crtl+f find and replace to delete all of one attribute name and its ":" mark which proved successful, however this is extremely inefficient and irritating.
Is there a better way to do this or specific path to export that I am missing which will output solely the "attribute_value" without the associated name in the same column?