Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4377 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
2
aug. 22
11783
2
mai 21
8625
2
aug. 25
12075
5
sept. 20
6354
1
dec. 19
9769