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

Hello All,

I created a button(Edit) in sale order line and when i am using this button then values returns in sale order form.  Process is going well, but problem is that changes reflected after browser reload( Either F5 or UI). And i want this browser reload by coding. So, What kind of syntax or method?

Thanks in advance

아바타
취소
베스트 답변

Hi,

To reload the browser just return like this from action of the button,

return {
'type': 'ir.actions.client',
'tag': 'reload',
}

This will reload the browser.

Thanks

아바타
취소
작성자

Thanks @Niyas ... It's work...!!

관련 게시물 답글 화면 활동
2
8월 22
11783
2
5월 21
8625
2
8월 25
12075
5
9월 20
6354
1
12월 19
9769