Odoo 10 - procurement_id 在 stock_moves
Odoo 10 - procurement_id in stock_moves
在尝试了解送货单的 Odoo 模型时,我意识到某些 stock_moves 行确实有 procurement_id 填充,而其他行则没有。
这是为什么? procurement_id 何时填充?
Procurement_id 在库存移动由采购生成时填充。销售订单创建的库存移动是通过采购创建的。采购订单创建的库存移动没有采购 ID,因为采购订单不创建库存移动。
在尝试了解送货单的 Odoo 模型时,我意识到某些 stock_moves 行确实有 procurement_id 填充,而其他行则没有。
这是为什么? procurement_id 何时填充?
Procurement_id 在库存移动由采购生成时填充。销售订单创建的库存移动是通过采购创建的。采购订单创建的库存移动没有采购 ID,因为采购订单不创建库存移动。