Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
8018 Visninger

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
Kassér

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

Bedste svar

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
Kassér
Forfatter

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

Related Posts Besvarelser Visninger Aktivitet
2
aug. 22
6859
4
maj 22
34928
0
nov. 17
6655
4
sep. 17
25462
0
feb. 16
5490