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

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.