Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
14362 Weergaven

Hello Everyone,

I am new in ODOO. I have a requirement from my customer to open the form view in a wizard by clicking the create button(Red button). Please let me know whether it is possible to achieve?

Avatar
Annuleer
Beste antwoord

Hi Abhishek,

If you are working with ODOO 9, go through this:

https://www.odoo.com/documentation/9.0/howtos/backend.html#wizards


You can also put target = new in your form view's action, in XML file.

Like this 

<act_window id="launch_the_wizard"

name="Launch the Wizard"

src_model="context.model.name"

res_model="wizard.model.name"

view_mode="form"

target="new"

key2="client_action_multi"/>


You can also refer this link:

https://www.odoo.com/forum/help-1/question/how-to-run-a-wizard-from-python-code-73074


Let me know if you have any issue in that.

Thanks,

Chandni

Avatar
Annuleer
Auteur Beste antwoord

Hi Chandni,

Thanks for your helpful answer. Basically I am dealing with Odoo-8. Moreover I want to open an existing form view in a wizard.

For example:

The purchase order form view is opened when we click on the "Create" button displayed at the top(in red colour) into a new page. Instead of opening into a new page I want to open it into a wizard(want to ignore the page redirection).

Please let me know whether it will be possible to do? I believe the "Create" button is the part of ORM and developers do not have the permission to change any part coming from ORM. Please let me know any other work around is there or not to achieve it?


Thanks


Avatar
Annuleer

Hi,

Refer that create button, when u click on it, it will fire action. U can inherit tht action, and add target=New to that action. Instead of form view. You will be able to open your wizard.

Gerelateerde posts Antwoorden Weergaven Activiteit
2
feb. 23
1713
2
sep. 15
5304
1
mrt. 15
3518
2
mrt. 15
11064
3
mei 24
2702