Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
15753 มุมมอง

Hello,

Any one know how to force relaod of page where i save record with the save button ( write function). I tried the return { 'target':'ir.actions.client', 'tag':'reload'} but it dosnt work.

Thanks.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

try:

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

instead of 'target' use 'type'

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

where do you put this code

อวตาร
ละทิ้ง