-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Explication
The kanban support only 1 groupby, to create columns. Many other platform support kanban swimlane, very useful to analyse data with horizontal and vertical line.
Additional context
This web view need to support 2 groupby. Maybe create a new Controller, like KanbanController. It's can be more easy for maintenance.
Maybe do like web_timeline, or view graph, adding selection into header to change the groupby for swimlane.
graph header :
The view activity is a table, without kanban :

Using something like for swimlane and not only filter for kanban :

External question
https://www.odoo.com/nl_NL/forum/help-1/how-to-implement-horizontal-swimlanes-on-grouping-in-kanban-view-127236?utm_source=chatgpt.com
Documentation
web_kanban_groupby odoo 15 : https://github.com/Tecnativa/web/tree/15.0-add-web_kanban_group/web_kanban_groupby
This module create header and not horizontal line
I need the swimlane to create module project_scrummer OCA/project-agile#47
Into Odoo 11, Modoolar create scrummer with support swimlane, but it was external view integrate into Odoo, the maintenance was complicate and migration with owl block the project.
https://github.com/modoolar/scrummer/tree/11.0/scrummer
Kanban scrummer without swimlane :



