コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
15726 ビュー

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

アバター
破棄