Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4379 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
2
ago 22
11783
2
mag 21
8625
2
ago 25
12075
5
set 20
6354
1
dic 19
9769