콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8023 화면

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
6866
4
5월 22
34932
0
11월 17
6657
4
9월 17
25464
0
2월 16
5499