[FIX] project_working_time_task_portal display subtask name

This commit is contained in:
2026-08-18 16:36:11 +02:00
parent d63a269de2
commit c77500bfab

View File

@@ -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" />