Merge lp:~openerp-dev/openobject-addons/trunk-bug-989399-rmu into lp:openobject-addons

Proposed by Ravish(OpenERP)
Status: Rejected
Rejected by: Harry (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-989399-rmu
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
mrp/mrp.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-989399-rmu
Reviewer Review Type Date Requested Status
Amit Parik (community) Disapprove
OpenERP Core Team Pending
Review via email: mp+103803@code.launchpad.net

Description of the change

Hello,

I have just improve the code of method _make_production_produce_line method's field move_name in mrp

Thanks!!

To post a comment you must log in.
Revision history for this message
Amit Parik (amit-parik) :
review: Approve
6764. By Ravish(OpenERP)

[merge] with latest addons

Revision history for this message
Amit Parik (amit-parik) wrote :

This issue is already duplicate of lp:938251 and fix are also link with it.

So we don't have to duplicate the work. That's why I am rejecting this MP.

Thanks

review: Disapprove

Unmerged revisions

6764. By Ravish(OpenERP)

[merge] with latest addons

6763. By Ravish(OpenERP)

[FIX] change in _make_production_produce_line method's field move_name in mrp

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp/mrp.py'
2--- mrp/mrp.py 2012-08-15 20:51:43 +0000
3+++ mrp/mrp.py 2012-08-24 13:52:24 +0000
4@@ -959,7 +959,7 @@
5 stock_move = self.pool.get('stock.move')
6 source_location_id = production.product_id.product_tmpl_id.property_stock_production.id
7 destination_location_id = production.location_dest_id.id
8- move_name = _('PROD: %s') + production.name
9+ move_name = _('PROD: %s') % production.name
10 data = {
11 'name': move_name,
12 'date': production.date_planned,

Subscribers

People subscribed via source and target branches

to all changes: