Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4396 Prikazi

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
Opusti
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
Opusti
Avtor

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

Related Posts Odgovori Prikazi Aktivnost
2
avg. 22
11784
2
maj 21
8631
2
avg. 25
12079
5
sep. 20
6363
1
dec. 19
9779