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

Hi

I successfully retrieve the customer_Invoice and Supplier_Invoice from the account.Invoice table in Odoo

but how do i separately retrieve both invoice ?

i know the 'type' field are available for that but i just want to know it's value of that fields

Thanks

アバター
破棄
最善の回答

Hi,

invoice types are 4 values :

+ for customers :

out_invoice for invoices, out_refund for credit notes

+ for suppliers :

in_invoice for invoices, in_refund for credit notes

see field type = fields.Selection,(...) here line 234 :

https://github.com/odoo/odoo/blob/11.0/addons/account/models/account_invoice.py

Regards

アバター
破棄
関連投稿 返信 ビュー 活動
0
10月 15
3509
2
8月 25
1865
2
11月 24
2551
1
10月 24
1523
2
4月 24
1816