Hi All,
In my case kanban view's having default four stage. i made extra custom column(stage) name is Estimation when i drag & drop the record from default column into the Estimation Column so that time i need to show the Wizard. how to do this. if you know this please let me know.
See the below Code
.xml file
<record model="crm.stage" id="stage_lead5">
<field name="name">Estimation</field>
<field name="probability">15</field>
<field name="on_change">1</field>
<field name="sequence">2</field>
</record>
Thanks in Advanced