Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
8129 Переглядів

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 .

Аватар
Відмінити

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

Найкраща відповідь

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

Related Posts Відповіді Переглядів Дія
2
серп. 22
6971
4
трав. 22
35052
0
лист. 17
6778
4
вер. 17
25563
0
лют. 16
5568