Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
7941 Представления

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
6766
4
мая 22
34797
0
нояб. 17
6581
4
сент. 17
25383
0
февр. 16
5436