Hello,
I am new to Odoo and I don't know how I can remove the kanban view from the crm_leads model. I specify that I am looking to do it in the code.
At the moment, I have tried to get the action
id="crm.crm_lead_action_pipeline" model="ir.actions.act_window">
name="view_mode">tree,form
I also tried to change the name to test with :
id="crm.crm_lead_action_pipeline" model="ir.actions.act_window">
name="name">Pipeline
But I didn't succeed, and I don't understand why
Thanks for your feedback
Tolik