Merge pull request #32247 from s-aga-r/fix/stock-entry/sco-rm-detail
fix: add SCO supplied item reference while mapping the Stock Entry
This commit is contained in:
commit
3b5284ec2b
@ -2606,6 +2606,7 @@ def get_items_from_subcontracting_order(source_name, target_doc=None):
|
||||
"uom": item.stock_uom,
|
||||
"stock_uom": item.stock_uom,
|
||||
"conversion_factor": 1,
|
||||
"sco_rm_detail": item.name,
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user