[FIX] sale_stock: Additional information on invoice

When invoicing "on delivery", the "additional information" must be passed
from the SO to the invoice. Same behaviour as "on demand".

opw:639590
This commit is contained in:
Goffin Simon 2015-05-12 21:42:34 +02:00
parent 769fc81140
commit 787a1422d7
1 changed files with 1 additions and 0 deletions

View File

@ -471,5 +471,6 @@ class stock_picking(osv.osv):
'user_id': sale.user_id.id,
'section_id': sale.section_id.id,
'name': sale.client_order_ref or '',
'comment': sale.note,
})
return inv_vals