Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
7815 Zobrazení

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
Zrušit

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

Nejlepší odpověď

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
Zrušit
Autor

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

Related Posts Odpovědi Zobrazení Aktivita
2
srp 22
6678
4
kvě 22
34616
0
lis 17
6492
4
zář 17
25280
0
úno 16
5358