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
1=== modified file 'bin/addons/msf_outgoing/msf_outgoing.py'
2--- bin/addons/msf_outgoing/msf_outgoing.py 2021-02-02 10:20:51 +0000
3+++ bin/addons/msf_outgoing/msf_outgoing.py 2021-02-16 17:11:47 +0000
4@@ -658,7 +658,6 @@
5 'location_dest_id': picking.warehouse_id.lot_output_id.id,
6 'selected_number': family.selected_number,
7 }
8- shadow_move_vals = move_vals.copy()
9
10 new_move = move_obj.copy(cr, uid, move.id, move_vals, context=context)
11 move_obj.action_confirm(cr, uid, new_move, context=context)
12@@ -670,6 +669,8 @@
13 'location_id': picking.warehouse_id.lot_dispatch_id.id,
14 'location_dest_id': picking.warehouse_id.lot_distribution_id.id,
15 'state': 'done',
16+ 'product_qty': selected_qty,
17+ 'line_number': move.line_number,
18 }
19 move_obj.copy(cr, uid, move.id, shadow_move_vals, context=context)
20

Subscribers

People subscribed via source and target branches