[MERGE] translated key for INV (inventory)

bzr revid: fp@tinyerp.com-20121114122851-kn39kf8ranf7clkz
This commit is contained in:
Fabien Pinckaers 2012-11-14 13:28:51 +01:00
commit 241b6f9d3d
1 changed files with 1 additions and 1 deletions

View File

@ -2878,7 +2878,7 @@ class stock_inventory(osv.osv):
if change:
location_id = line.product_id.product_tmpl_id.property_stock_inventory.id
value = {
'name': 'INV:' + str(line.inventory_id.id) + ':' + line.inventory_id.name,
'name': _('INV:') + (line.inventory_id.name or ''),
'product_id': line.product_id.id,
'product_uom': line.product_uom.id,
'prodlot_id': lot_id,