I tried to create a wizard with multiselection on a model, the wizard has a function for the default values. My problem is: the function is called after the first step of the wizard.
The wizard is called via act_window:
<act_window id="action_wizard" multi="True" key2="client_action_multi" name="Test" res_model="test.wizard" src_model="another.model" view_mode="form" target="new" view_type="form" />
Is there a possibility to initialize the default values before showing the wizard with a multiselect on a model?