Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3148 Переглядів

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

 

THanks

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 25
711
2
лип. 25
812
1
лип. 25
1888
3
квіт. 25
1902
3
квіт. 25
2910