コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5155 ビュー

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.

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
4
5月 24
12609
1
4月 24
3244
0
11月 23
1988
1
9月 23
2079
2
8月 23
4470