Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4384 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
2
sie 22
11783
2
maj 21
8628
2
sie 25
12076
5
wrz 20
6354
1
gru 19
9769