When the final action of a wizard opening a niew act_window in sao is close the wrong tab is closed
This happens when a dialog wizard has one StateAction that opens an act_window and then ends the wizard with the close
client action.
As the process is asynchronous the screen that is acted upon might not be the one from the original form that started the wizard.
Moreover #13559 also comes in play to close the current tab and not the one linked to the screen.