Skip to Content
Menu
This question has been flagged
1 Reply
10580 Views

I am trying to manage a small project with the projetc management module. I want to enter decription, sequence and expected duration for each task then let the system calculate the earliest finish date.

I read the documentation here where it seems possible to do so. However in my oDoo account there is no field to specify "Planned Hour(s)" as mentioned in the documentation. I only see "sequence", "Starting Date" and "Ending Date" but I don't want to have to change all of those manually every time a task changes obviously.

Am I missing a module maybe?

Avatar
Discard
Best Answer

As far as I can see it is not possible to enter the duration of a task. You have to enter start and end date.

A duration field with 'compute' and 'inverse' would be nice, but still needs to be filled manually.

To get the starting date automatically you will most likely need an on_change method on the sequence field.

But imagine this scenario:

  • You change the sequence
  • The earliest possible start date will be calculated
  • The earliest end date will be calculated with respect to the duration

So far, so fine. But now you have to call a function to recalculate all dates for all subsequent tasks.

This can be done, but might take quite some effort to be done well.

Avatar
Discard
Author

Thanks for your response. However on the documentation page (http://openerpbook.com/project-service/project/4_13_Projects_management.html#managing-tasks) there is a screenshot of a task form showing an "initially planned hours" field as well as some other work-related field that I do not see in my instance of Odoo. Besides, http://openerpbook.com/project-service/project/4_13_Projects_management.html#priority-management says "You can set the Working Time in the project file. (...) Once the time is specified you can call up a project Gantt chart from Tasks. The system then calculates a project plan for earliest delivery using task ordering and the working time." So there must be a way I guess.

I can't see 'initially planned hours' neither... ; The Working Time mentioned in the section 'Priority Management' means the amount of daily working hours, and not the duration of a specific task, I think.

Author

Without automatic task scheduling I might as well manage my project on a piece of paper...

Go to 'Settings' -> 'Configuration' -> 'Projects' and activate 'Manage time estimation on tasks'. This will show you the fields you are missing, but I fear it will not really help you with your issue. But what really is the problem with entering sequence, start date and end date?

Author

Good. The problem is that if I have 15 task back to back and the 2nd one is delayed I have to manually change the start dates and end dates of the 13 subsequent ones to re-evaluate the completion date of the project!

Related Posts Replies Views Activity
1
Jun 23
1712
1
Nov 22
1775
2
Jun 20
2224
2
Jul 18
5792
4
Jul 18
6699