Refresh list after Wizard added new records (list view)

My Wizard is adding new parties to the list of Parties.
After it completes the job there are no new parties in the list until a user presses the Reload/Update button.

How could I forcefully refresh the list to show new records?

C.

I think you should return ‘reload’ on ‘end’ state, you can see an example on:
https://hg.tryton.org/modules/account/file/5.6/move_template.py#l333