跳至内容
菜单
此问题已终结
1 回复
1578 查看

why odoo database use two fields (raw_material_production_id and production_id in stock move table we can use production_id for row material and finished products

形象
丢弃
最佳答案

Hi,

raw_material_production_id is used to link stock move with the production order for raw materials. In manufacturing process , raw materials are consumed during the production process . When the finished product is manufactured, the corresponding stock moves for the raw materials need to be tracked and linked back to the production order. So this field helps particularly for this

On the other hand 'production_id' field is used to link a stock move with the production order for the finished product. This is useful for tracking finished products in manufacturing


Hope this will help you
Thanks

形象
丢弃