Using wizard/context for board view

Hi,

I would like to let user to choose from_date and to_date at wizard and trigger board view.
Inside the board view showing 2 totally different model content but it is related to user daily task.

Ps. Those models are table_query model.
How to pass parameter/context/domain to board view?

1 Like

The do_* method of the wizard must return the action definition and the data. You can customize the context by updating the pyson_context value of the definition of the ir.action.act_window.