Merge lp:~openerp-dev/openobject-addons/trunk-bug-938251-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Rejected
Rejected by: Victor Tabuenca (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-938251-mma
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-938251-mma
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Approve
Review via email: mp+96969@code.launchpad.net

Description of the change

Hello,

     mrp: I Have Improved name of move

Thanks.
mma

To post a comment you must log in.
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

Your patch is working fine.

Please update your branch with latest trunk.

Thanks,
Purnendu Singh

Revision history for this message
Mayur Maheshwari(OpenERP) (mma-openerp) wrote :

Hello

     I have updated branch with latest trunk

Thanks

Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

seems ok

Thanks,
Purnendu Singh

review: Approve
Revision history for this message
Victor Tabuenca (OpenERP) (vta-openerp) wrote :

It seems fixed in trunk (no string formatting),
7719 revid:<email address hidden>

Unmerged revisions

6669. By Mayur Maheshwari(OpenERP)

[MERGE]: Merge with lp:openobject-addons

6668. By Graeme Gellatly

[FIX]mrp: Improvement in name of move

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-22 15:31:45 +0000
3+++ mrp/mrp.py 2012-09-07 09:45:29 +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: