Hi everyone,
when defining a task in Odoo Project 14, the only date that can be inserted is the deadline: in this way it's not possible to "complete" a task (i.e. setting an end_date) or to keep track of the duration of the tasks (end_date - start_date).
However, activating developer mode and searching all the fields of project.task module I can see "is_closed" and "date_end" fields, which could be very helpful in achieving what I need.
So my question is: how can I "include" in the task insert/edit menus these two additional fields ? Should I create a completely new module to do this?
Any feedback about this is greatly appreciated.
Thanks