Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7816 Widoki

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 .

Awatar
Odrzuć

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

Najlepsza odpowiedź

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):

-----

------

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
2
sie 22
6678
4
maj 22
34619
0
lis 17
6492
4
wrz 17
25280
0
lut 16
5358