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

i have a tree view for account group model and i have displayed a button in the first column of this tree view. i want to update records shown in the search more section after clicking on that button. 

how can i do this ?

i have tested returning domain like below in the action of the button 

return {'domain': [('parent_id', '=', self.id)]}

or 

return {'domain': {'parent_id': [('id', '=', self.id)]}

but they didn't worked :((

can somebody please help me on this ??

아바타
취소