Skip to content
Snippets Groups Projects
Commit f01da83a authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[MERGE] forward port of branch 7.0 up to f4870f84

parents 663dc6a5 f4870f84
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ class sale_order_line_make_invoice(osv.osv_memory):
flag = False
break
if flag:
line.order_id.write({'state': 'progress'})
workflow.trg_validate(uid, 'sale.order', order.id, 'all_lines', cr)
if not invoices:
......
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