I'm trying to add a button to the res.partner kanban view to open up the full record rather than just the popup, so that you can choose between the two. I understand how to do this in a list view, you just add in a button that calls a function returning an action dictionary to open the full form view. But how can I do that with a kanban view?
The documentation on QWeb for Kanban views is pretty lacking from what I've been able to find. Could I just add another 'a' tag calling an alternate opening function?