Post 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!


Post 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.


Post 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.


Post by Terence »

Created a ticket, we might add a new computational field

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


Post Reply