Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
7793 Prikazi

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
Opusti

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

Best Answer

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
Opusti
Avtor

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

Related Posts Odgovori Prikazi Aktivnost
2
avg. 22
6669
4
maj 22
34577
0
nov. 17
6467
4
sep. 17
25271
0
feb. 16
5345