[FIX] project_working_time_task_portal display subtask name
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<t t-foreach="task.child_ids" t-as="subtask">
|
<t t-foreach="task.child_ids" t-as="subtask">
|
||||||
<t t-if="subtask.billable_effective_hours > 0">
|
<t t-if="subtask.billable_effective_hours > 0">
|
||||||
<a t-attf-href="/my/tasks/#{subtask.id}">
|
<a t-attf-href="/my/tasks/#{subtask.id}">
|
||||||
<span t-att-title="subtask.name" t-field="task.name" />
|
<span t-att-title="subtask.name" t-field="subtask.name" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<t t-set="timesheets" t-value="subtask.timesheet_ids" />
|
<t t-set="timesheets" t-value="subtask.timesheet_ids" />
|
||||||
|
|||||||
Reference in New Issue
Block a user