跳至内容
菜单
此问题已终结
1 回复
8168 查看

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

相关帖文 回复 查看 活动
2
8月 22
6980
4
5月 22
35063
0
11月 17
6785
4
9月 17
25567
0
2月 16
5575