Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
7813 Weergaven

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
Annuleer

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

Beste antwoord

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
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
2
aug. 22
6677
4
mei 22
34610
0
nov. 17
6490
4
sep. 17
25278
0
feb. 16
5357