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

I try to context.get field but but this field found in another object and I want Use it In Tree View. please help me how can I make this .

thank you so much .

アバター
破棄

what does it mean context.get from another object? context isn't part of object

最善の回答

Hi Mohammed.

try this:

inv_obj = self.pool.get('account.invoice')

for inv in inv_obj.browse(cr, uid, context.get('active_ids'), context=context):

-----

------

アバター
破棄
著作者

thank you so much for your attention but I want this in tree view how can I make it

関連投稿 返信 ビュー 活動
2
8月 22
6671
4
5月 22
34586
0
11月 17
6477
4
9月 17
25273
0
2月 16
5348