コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3140 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
7月 25
657
2
7月 25
776
1
7月 25
1841
3
4月 25
1877
3
4月 25
2889