Skip to Content
Menu
This question has been flagged
1 Reply
2004 Views

Hello,

I would like to ask you if we can inherit form view from Wizard.

Because i want to creat a wizard which include the user registration form. So this form should be a wizard.


Thank you.



Avatar
Discard
Best Answer

Hi Zakaria,

you can specify the form view id in your action.

<act_window
id="id_of_action"
name="Name Of Action"
res_model="wizard.model"
view_mode="form"
view_id="form_view_id"
target="new"/>

Thank you.

Avatar
Discard