I create a wizard that it's called when I select 2 or more elements in the tree view.
The field that is in the wizard has an on_change that return a domain if the conditions are true, but when one of them is false I want to show an error message.
And I used
raise osv.except_osv(_('Error'), _('You have selected 1 or more tickets of different partners.'))The problem is when I display this error and the user click in the button of the message error to close it, I want the wizard close too.