Skip to Content
मेन्यू
This question has been flagged
1 Reply
4370 Views

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Author

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

Related Posts Replies Views Activity
2
अग॰ 22
11779
2
मई 21
8623
2
अग॰ 25
12073
5
सित॰ 20
6349
1
दिस॰ 19
9767