Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4374 Представления

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор

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

Related Posts Ответы Просмотры Активность
2
авг. 22
11783
2
мая 21
8625
2
авг. 25
12075
5
сент. 20
6354
1
дек. 19
9769