I am developing a module and I need to remove the '+' icon into kanban view
I try to set the flags 'create' to false but that also remove the create button
<kanban default_group_by="state_id" create="false">
So, how I can only remove the '+' icon at the top of every column ?
Sorry for my english, I am learning it.