Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3128 Visualizações

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

 

THanks

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
jul. 25
623
2
jul. 25
751
1
jul. 25
1817
3
abr. 25
1857
3
abr. 25
2876