Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
7927 Ansichten

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
Verwerfen

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

Beste Antwort

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
Verwerfen
Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Aug. 22
6761
4
Mai 22
34789
0
Nov. 17
6581
4
Sept. 17
25382
0
Feb. 16
5427