Merge lp:~openerp-dev/openobject-addons/trunk-bug-1137541-Darshan into lp:openobject-addons

Proposed by Darshan Kalola(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1137541-Darshan
Merge into: lp:openobject-addons
Diff against target: 21 lines (+2/-2)
1 file modified
stock/stock.py (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1137541-Darshan
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+152378@code.launchpad.net

Description of the change

Hello,
    Issue: Move destination and partial picking

    I have Fixed this issue

Thanks,
Darshan

To post a comment you must log in.
8599. By Darshan Kalola(OpenERP)

[FIX]Move destination and partial picking

Unmerged revisions

8599. By Darshan Kalola(OpenERP)

[FIX]Move destination and partial picking

8598. By Darshan Kalola(OpenERP)

[FIX] Move destination and partial picking

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-03-05 11:14:50 +0000
3+++ stock/stock.py 2013-03-08 12:06:22 +0000
4@@ -1303,7 +1303,7 @@
5 'product_uos_qty': product_qty, #TODO: put correct uos_qty
6 'picking_id' : new_picking,
7 'state': 'assigned',
8- 'move_dest_id': False,
9+ 'move_dest_id': move.move_dest_id.id,
10 'price_unit': move.price_unit,
11 'product_uom': product_uoms[move.id]
12 }
13@@ -2689,7 +2689,7 @@
14 'product_uos_qty': product_qty,
15 'picking_id' : move.picking_id.id,
16 'state': 'assigned',
17- 'move_dest_id': False,
18+ 'move_dest_id': move.move_dest_id.id,
19 'price_unit': move.price_unit,
20 }
21 prodlot_id = prodlot_ids[move.id]

Subscribers

People subscribed via source and target branches

to all changes: