Skip to content
Snippets Groups Projects
Commit 787a1422 authored by Goffin Simon's avatar Goffin Simon
Browse files

[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
parent 769fc811
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment