fix: better integration of Pick List with Delivery Note (#47831)

Co-authored-by: priyanshshah2442 <priyanshshah2442@gmail.com>
This commit is contained in:
Smit Vora
2025-06-19 15:42:37 +05:30
committed by GitHub
parent 1170c5c7d3
commit 527cfe9c7d
17 changed files with 435 additions and 112 deletions

View File

@@ -1774,8 +1774,8 @@ def create_pick_list(source_name, target_doc=None):
"doctype": "Pick List Item",
"field_map": {
"parent": "sales_order",
"name": "sales_order_item",
"parent_detail_docname": "product_bundle_item",
"parent_detail_docname": "sales_order_item",
"name": "product_bundle_item",
},
"field_no_map": ["picked_qty"],
"postprocess": update_packed_item_qty,