I am researching part management systems.
I am hoping for a solution where my input for an assembly is a parts list with one record for each item.
I expect the system to convert such lists to a BOM with a consolidated recored for each of the mutlipule items of the same type.
Example Parts List
REF Part
R1 1K
R2 4.7K
R3 1K
Example BOM
Part QT Ref
1K 2 R1, R3
4.7K 1 R2
I found no hits on Part List or Parts List for ODOO but perhaps I am not using the correct name.
Any insight would be of help.
Thanks,
From your two examples, it looks like an assembly contains a part which is itself.
Both examples contain PART and REF.
If you have three component/purchased parts, your BOM should be a fourth item.
Example BOM
REF Qty Part
A1 2 R1
A1 2 R3