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

Lets say that i have the following button 

<button string="Set landing page" nolabel="1" type="object" name="set_landing_page" class="oe_highlight" confirm="Will set landing page and go to the selected page, &#xA; It can be changed later in settings or introduction module"/>
I want to return the ir.actions.act_window 

And i have some code to identify the view and return it 

....
landing_page = landing_page.read()[0]
landing_page['tag']='main' #Is set to remove the breadcrumbs 
return landing_page 
The view is possible to open, but it is not possible to refresh the menu
asd

아바타
취소

Are trying

return { 'type' : 'ir.actions.act_close_wizard_and_reload_view' }

관련 게시물 답글 화면 활동
0
12월 24
1078
4
10월 19
33700
1
4월 17
3844
2
3월 15
7256
2
1월 24
13791