Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5842 Widoki

When I review the Tasks for a Project, I'd like to quickly see how much time has been spent on each.

From what I can see, I have to open each task to see this.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

First, make sure "Log work activities on tasks" in the Project Management section of Project --> Configuration is checked (installs project_timesheet)

The time logged against a task is shown at the bottom of the Timesheets tab. This is the sum of the number of hours in each individual timesheet line.

This information is also available in the "effective_hours" field, but this is only visible to users who have "Time Estimation on Tasks" checked in the Techical Settings section of the Access Rights tab on their user record. By doing this, users also get the ability to set the Initially Planned Hours for a Task and see this, Remaining Hours and a progress bar on the List view of Tasks (progressbar will only make sense if the Initially Planned Hours value is greater than 0.

If you still want to see this on theKanban view, or move it around on the Form view to make it visible without needing to click on the Timesheets tab, you can create your own View to modify the base Views Odoo provides:

Kanban example:


<div class="oe_kanban_bottom_left" position="before">

    <div>
        <field name="effective_hours"/> hrs logged
    </div>

</div>




Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lip 21
3527
0
mar 15
4609
0
mar 15
4029
1
sty 25
1731
0
sie 22
2602