Hi Community,
I want to open form when i change the kanban stage. I'm made the custom stage is xyz. And i want to do like when I'm Drag & Drop the records into xyz stage only and only xyz. that time i need to open the form. how to do this if you know this please let me know.
See My Code Below.
<record model="crm.stage" id="stage_lead5">
<field name="name">XYZ</field>
<field name="probability">15</field>
<field name="on_change">1</field>
<field name="sequence">2</field>
</record>