Hello, I've been using odoo_csv_import successfully with a v14 database.
One issue I'm haivng is how to set the xml_id on a materialized relationship - product_template_attribute_value.
This is a new object since v13 and is created by the product_template_attribute_line (also a new object) and so I am not seeing how to set this xml_id so that I can reference it later.
Maybe I am missing something obvious?
Thanks.