İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
8092 Görünümler

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 .

Avatar
Vazgeç

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

En İyi Yanıt

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):

-----

------

Avatar
Vazgeç
Üretici

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

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Ağu 22
6936
4
May 22
35002
0
Kas 17
6733
4
Eyl 17
25541
0
Şub 16
5553