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:
Sagar Sharma 2022-09-17 15:42:03 +05:30 committed by GitHub
commit 3b5284ec2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},
)