Skip to Content
Menu
This question has been flagged
1 Reply
1900 Views

How can we create one invoice from multiple SO and change the invoice line?

Example:

SO1 (with multiple order lines of total $120)

SO2 (with multiple order lines of total $200)

I only want to create One invoice with one invoice line with qty = 1 and unit price = $320 (total of all the SO).


Avatar
Discard
Best Answer

Hi Willie,

By default in odoo, you can create single invoice for multiple sale orders by selecting the orders in the tree view, only if the invoice address are the same for all the selected sale orders(will create single invoice for all the selected orders). If the invoice addresses are different it will create separate invoices without grouping.

If you want to combine it as as single line as mentioned in the question it need to be customised

you can check this free module available in odoo app store also https://apps.odoo.com/apps/modules/14.0/account_invoice_section_sale_order/

Hope this will help you
Thank you

Avatar
Discard