跳至內容
選單
此問題已被標幟
1 回覆
7933 瀏覽次數

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
6763
4
5月 22
34789
0
11月 17
6581
4
9月 17
25382
0
2月 16
5430