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 .
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 .
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):
-----
------
thank you so much for your attention but I want this in tree view how can I make it
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
2
elok. 22
|
8886 | |||
|
4
toukok. 22
|
37525 | |||
|
0
marrask. 17
|
8858 | |||
|
4
syysk. 17
|
27768 | |||
|
0
helmik. 16
|
7241 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
what does it mean context.get from another object? context isn't part of object