Post by christos »

In the demo, when a task in odoo kanban view is in "Done" stage then this task is not shown in gantt, why is this happening?

I am not familiar with chronograph nor a programmer, I am trying to figure out how odoo-gantt can be configured so we can successfully implement it in our our existing odoo platform.

Thank you!!


Post by Terence »

It seems tasks in folded columns are not shown, I think this is related to the model logic in the project module

task_ids = project.task_ids

/// returning only open column kanban items ???

Needs to be further investigated.

https://github.com/bryntum/odoo-support/issues/5


Post Reply