Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
5170 Ansichten

I want to create wizard in odoo13 in single view.

how to acheive this.

kindly refer  \http://www.jquery-steps.com/Examples#manipulation

I do not want to integrate jquery steps in odoo.

i want the wizard concepts in odoo with status workflow.

Avatar
Verwerfen
Beste Antwort

Hello,

Check this video: https://www.youtube.com/watch?v=K60oF3-vaxA

For putting the status bar in the wizard, you need to add the status field in the form.

Like this.

Eg:

<form>
<header>
    <field name="state" widget="statusbar" statusbar_visible="draft,confirmed,assigned,done"/>
</header>
.
.
'
</form>


Thanks & Regards

Avinash N K

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
4
Mai 24
12623
1
Apr. 24
3265
0
Nov. 23
2012
1
Sept. 23
2100
2
Aug. 23
4485