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
You can use reload
tag:
return {
'type': 'ir.actions.client',
'tag': 'reload',
}