[Fix] mrp: fix the log message

bzr revid: sbh@tinyerp.com-20100723141709-9s1ry7xlrdo57d6j
This commit is contained in:
sbh (Open ERP) 2010-07-23 19:47:09 +05:30
parent c5c499418d
commit e9db4d2e59
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ class mrp_production(osv.osv):
self.write(cr, uid, [production.id], {'picking_id': picking_id, 'move_lines': [(6,0,moves)], 'state':'confirmed'})
message = ("%s '%s' %s %s %s %s %s %s.") % (
_('Manufacturing Order'),
name,
production.name,
_('for'),
production.product_qty,
production.product_id.name,