跳至內容
選單
此問題已被標幟
1 回覆
2984 瀏覽次數

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).


頭像
捨棄
最佳答案

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

頭像
捨棄