Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7931 Visualizzazioni

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
Abbandona

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

Risposta migliore

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
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
2
ago 22
6763
4
mag 22
34789
0
nov 17
6581
4
set 17
25382
0
feb 16
5430