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

I am using timesheet on task and issue, when I use subtasks and I register a timeshet time registered is reported in the main tasks, but if I create an issue related  to the main task and then I insert  a timesheet  on the issue time used is not reported in the main task.

Is this the default behaviour or my environment has some misconfiguration ?


Thank you

Avatar
Discard
Best Answer

It is frustrating that after almost two years that no one has commented on this; I had the same question.

Here's what I found for an answer as it relates to Odoo 10:

TL;DR: Yes, time entered on issues is included in Timesheets.

Extra info: The data model for account_analytic_line, which is used to record time entries in Odoo, includes fields to store both a task_id and an issue_id.  If you use "Detailed Activities" page to enter time sheet entries, you can only enter time related to project tasks, not project issues.

If you go to the Project Issue page and you use the "Timesheets" tab, you can enter time there.  Time entered in this way will show up in your time sheet. If you look at the "Detailed Activities" page, the task field will be blank, which is correct.

Ultimately the issue appears to be the lack of an Issue column on the "Detailed Activities" page, which is unfortunate.  I haven't tried it, but modifying the view to include an issue column might work. The problem them becomes how to prevent users from entering both a task and an issue? You'd probably have to build a custom module to include that front-end logic. (Don't know if this is included in Odoo 11+).

Avatar
Discard