mrp.py move name incorrect

Bug #989399 reported by jordg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Committed
Low
OpenERP R&D Addons Team 2

Bug Description

OpenERP 6.1

Inside mrp.py
def _make_production_produce_line
This line is wrong:
move_name = _('PROD: %s') + production.name
Should be
move_name = _('PROD: %s') % production.name

Result of incorrect line is that stock.move gets name 'PROD: %sMO/00646' Should be 'PROD: MO/00646'

Related branches

Changed in openobject-addons:
status: New → Fix Committed
importance: Undecided → Low
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
Revision history for this message
Ravish(OpenERP) (rmu-openerp) wrote :

Hello,

This issue has been fixed on lp:~openerp-dev/openobject-addons/trunk-bug-989399-rmu with following Revision Number and Revision ID

 Revision Number: 6763

 Revision ID :<email address hidden>

This is merge soon in trunk.Thanks for post !!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.