When starting a new database, I usually import everything with external_id so then I can reference the record.
Works great for products, suppliers, persons etc...
This time, I imported products (as templates) and generated all the boms. Problem is bom takes product.product both for the produce product and the componants.
What would be the normal way to generate my boms import ? Must I export product.product and try to rematch my ids ? And to get access to product.product I must activate variants then ?
Thanks