تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
5153 أدوات العرض

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
مايو 24
12608
1
أبريل 24
3244
0
نوفمبر 23
1988
1
سبتمبر 23
2079
2
أغسطس 23
4470