Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2176 Vistas

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
Descartar
Mejor respuesta

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
Descartar