Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4408 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
2
aug. 22
11789
2
mei 21
8636
2
aug. 25
12083
5
sep. 20
6376
1
dec. 19
9783