WIP : [IMP] project_working_time_task_portal add subtask timesheets on parent task page #34
@@ -7,7 +7,7 @@
|
||||
<t t-foreach="task.child_ids" t-as="subtask">
|
||||
<t t-if="subtask.billable_effective_hours > 0">
|
||||
<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>
|
||||
|
||||
<t t-set="timesheets" t-value="subtask.timesheet_ids" />
|
||||
|
||||
Reference in New Issue
Block a user