Page 1 of 1

Stage Change, Disappearing task from gantt

Posted: Sat May 15, 2021 6:31 pm
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!!


Re: Stage Change, Disappearing task from gantt

Posted: Mon May 17, 2021 2:32 pm
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