WIP : [IMP] project_working_time_task_portal add subtask timesheets on parent task page #34

Open
maudbuchwalter wants to merge 2 commits from 18.0-project_working_time_task_portal into 18.0
Showing only changes of commit c77500bfab - Show all commits

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