Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3157 Visninger

Hi,Whats the method of the customer invoice creation?where can i found its python code???

 

THanks

Avatar
Kassér
Bedste svar

If you are creating an invoice from a sales order, then the invoices are created from the sale_make_invoice_advance.py file under the create_invoices() method. You can find this file in the wizard folder inside the sale module.

 Otherwise, if you are creating an invoice directly through the account module then it uses the default orm create method to create the invoice

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
jul. 25
785
2
jul. 25
887
1
jul. 25
1951
3
apr. 25
1977
3
apr. 25
2947