1

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

Pawan Kumar Sharma
  • 1,168
  • 8
  • 30

1 Answers1

3

You can use reload tag:

return {
    'type': 'ir.actions.client',
    'tag': 'reload',
}
Kenly
  • 24,317
  • 7
  • 44
  • 60