Merge lp:~jfb-tempo-consulting/unifield-server/US-8167 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5939
Proposed branch: lp:~jfb-tempo-consulting/unifield-server/US-8167
Merge into: lp:unifield-server
Diff against target: 19 lines (+2/-1)
1 file modified
bin/addons/msf_outgoing/msf_outgoing.py (+2/-1)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-server/US-8167
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+398134@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/msf_outgoing/msf_outgoing.py'
--- bin/addons/msf_outgoing/msf_outgoing.py 2021-02-02 10:20:51 +0000
+++ bin/addons/msf_outgoing/msf_outgoing.py 2021-02-16 17:11:47 +0000
@@ -658,7 +658,6 @@
658 'location_dest_id': picking.warehouse_id.lot_output_id.id,658 'location_dest_id': picking.warehouse_id.lot_output_id.id,
659 'selected_number': family.selected_number,659 'selected_number': family.selected_number,
660 }660 }
661 shadow_move_vals = move_vals.copy()
662661
663 new_move = move_obj.copy(cr, uid, move.id, move_vals, context=context)662 new_move = move_obj.copy(cr, uid, move.id, move_vals, context=context)
664 move_obj.action_confirm(cr, uid, new_move, context=context)663 move_obj.action_confirm(cr, uid, new_move, context=context)
@@ -670,6 +669,8 @@
670 'location_id': picking.warehouse_id.lot_dispatch_id.id,669 'location_id': picking.warehouse_id.lot_dispatch_id.id,
671 'location_dest_id': picking.warehouse_id.lot_distribution_id.id,670 'location_dest_id': picking.warehouse_id.lot_distribution_id.id,
672 'state': 'done',671 'state': 'done',
672 'product_qty': selected_qty,
673 'line_number': move.line_number,
673 }674 }
674 move_obj.copy(cr, uid, move.id, shadow_move_vals, context=context)675 move_obj.copy(cr, uid, move.id, shadow_move_vals, context=context)
675676

Subscribers

People subscribed via source and target branches