[IMP] Keep longer move names when confirming sale orders

bzr revid: ls@numerigraphe.fr-20111207181253-5miaq3npjmf9nrx7
This commit is contained in:
Numerigraphe - Lionel Sausin 2011-12-07 19:12:53 +01:00
parent 59191db574
commit db0bac9960
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ class sale_order(osv.osv):
location_id = order.shop_id.warehouse_id.lot_stock_id.id
output_id = order.shop_id.warehouse_id.lot_output_id.id
return {
'name': line.name[:64],
'name': line.name[:250],
'picking_id': picking_id,
'product_id': line.product_id.id,
'date': date_planned,