Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
2771 Vistas

Hello Everyone,

I am using Odoo v8.After creation of product i am trying to upload an csv file which contains BOM structure of one main component. In csv file i have Following Columns:- id, bom_line_ids/type, bom_line_ids/product_id/id, bom_line_ids/product_qty, product_tmpl_id/id, product_qty.

as i am uploading file in import section of BOM in manufacturing it showing error for column number three which is :-bom_line_ids/product_id. and the error message is = "No matching record found for external id '__export__.product_product_425' in field 'BoM Lines' between rows 2 and 3".i tried also to generate bom manually and export it every time this id in column third is different. I am not getting when i make csv file for BOM how to identify this id for each product. Any suggestion will help to resolve this issue.

Avatar
Descartar
Mejor respuesta

Hello,

You are trying to import product_tmpl_id using a product_product id, you should look for product template id and use it in your file

Avatar
Descartar
Autor Mejor respuesta

@el Hamdani Hajar

thanks for response. well i tried manually to create one product in order to make new csv file. I selected product\template during export but i don't know how to get product Templete id or i can assign from my side in csv file of product list and then use the same in BOM?

Avatar
Descartar