Hello,
i want to import a bom(bill of material), but i don't know where to find the attribute "bom_line_ids/product_id/id" of a subproduct . I found out, that a product has two different models in odoo , one product.template, the other product.product.
In a bom the sub-product will be shown in metadate as product.product, but in normal product.template. The Information "bom_line_ids/product_id/id" will be created, i mean, if the product is addedt to bom.
The main question:
Can i import a bom with a sub-product, which is not a sub-product of an other bom in odoo?
What i know: I need the id of a product as modell 'product.product'. But i can not export this id.
Please help.