Hallo, my customer receives multiple sale orders and then issues several invoices, each one takes lines from multiple sale orders.
Eg:
SO1 - lines 1,2,3
SO2 - lines 1,2,3,4,5
INV1 = SO1.1, SO1.2, SO2.1
INV2 = SO1.3, SO2.2, SO2.5
INV3 = SO2.3, SO2.4
Is it compatible with Odoo concept of sale order?
Is there any module for Odoo v8 to achieve this preventively, without merging invoices after creation?
UPDATE:
what I'm looking for is actually a m2m sale_order_line - invoice_line
Thanks in advance
Please specify the version of Odoo you are asking about? v7? v8? v9?
Thank you Ray, I updated the question properly.