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

Hi , i  want to do some change in einvoicing module (account) , i will add insurance ratio for the customer ,so  he will pay:

  •   customer payment =   subtotal - insured amount

  •    insurance payment = insured amount 

my issues is how can i generate two invoice in same validation (one for customer and other for insurance company).

Avatar
Discard

did you check this?

Best Answer

Hi @mohamed

You could review the code of my module that do that features among others at:

https://github.com/aek/odoo_public/tree/8.0/addons/medical_invoice

Maybe you need to adapt to your medical customization, I just share the medical_invoice module and there will be some models that don't exist in that module so don't use as is.

The idea is that you invoice from Sale Orders and in the Create Invoice wizard there are some fields related to the co-payment method of invoice. The co-payment method means that if the Patient have an Insurance then you could create Invoices to the Patient and the Insurance by the following rules:

1- Invoice the Complete Sale Order with co-payment

2- Select the lines to Invoice with co-payment

In those 2 methods of invoice you will be able to select if:

- Invoice all the amount to the Insurance, that will create only one Invoice with the Insurance as Client

- Invoice an amount to the Insurance and the rest to the Patient, that will create 2 Invoices, one for the Insurance and one for the Patient with their respective amounts

For the Insurance Invoices there will be no Tax included in the generated Invoice lines. All the Invoices are generated with draft state, so you could customized latter

Please vote if you find it helpful

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 18
4345
1
Dec 16
3506
1
Jan 16
3089
0
Nov 15
2613
1
Aug 23
12546