Merge lp:~elbati/ocb-addons/7.0_fix_1184610_elbati into lp:ocb-addons

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 9275
Proposed branch: lp:~elbati/ocb-addons/7.0_fix_1184610_elbati
Merge into: lp:ocb-addons
Diff against target: 12 lines (+1/-1)
1 file modified
stock/stock.py (+1/-1)
To merge this branch: bzr merge lp:~elbati/ocb-addons/7.0_fix_1184610_elbati
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) code review Approve
Stefan Rijnhart (Opener) Approve
Review via email: mp+168447@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks for backporting your fix!

review: Approve
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/stock.py'
2--- stock/stock.py 2013-06-07 15:53:50 +0000
3+++ stock/stock.py 2013-06-10 13:42:27 +0000
4@@ -2357,7 +2357,7 @@
5 {
6 'journal_id': j_id,
7 'line_id': move_lines,
8- 'ref': move.picking_id and move.picking_id.name})
9+ 'ref': move.picking_id and move.picking_id.name}, context=context)
10
11 def action_done(self, cr, uid, ids, context=None):
12 """ Makes the move done and if all moves are done, it will finish the picking.