Page 1 of 1

Fields interconnectivity between odoo and gantt

Posted: Sat May 15, 2021 6:41 pm
by christos

Are all fields that appear in Gantt, interconnected with odoo native views?
For example I couldn't find the "Is a milestone" field in odoo native task view.
So, If we would like to filter in odoo all tasks that are milestones in native view, is that possible ?

Thank you!


Re: Fields interconnectivity between odoo and gantt

Posted: Mon May 17, 2021 1:21 pm
by Terence

We currently extend the project module tasks form and we add some of our own gantt related field to it. Is a milestone is not one of those fields, it is calculated, it would be the same as a filter on duration = 0.


Re: Fields interconnectivity between odoo and gantt

Posted: Mon May 17, 2021 1:29 pm
by christos

Okay, great that is what i thought. Duration=0 means milestone. However, because duration=0 might be used for other application in odoo, it would be good to have is a milestone as an odoo field as well.
Thank you.


Re: Fields interconnectivity between odoo and gantt

Posted: Mon May 17, 2021 2:36 pm
by Terence

Created a ticket, we might add a new computational field

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