[IMP]: Added Upstream patch for HR Timesheet

This commit is contained in:
Hansa Rathod 2018-07-09 13:02:36 +05:30
parent 78c81d52e3
commit 2b13d02718
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<span t-field="l.user_id.partner_id.name"/>
</td>
<td >
<span t-field="l.name"/>
<span t-field="l.name" t-options="{'widget': 'text'}"/>
</td>
<td t-if="show_task or show_project">
<t t-if="show_project"><span t-field="l.project_id.name"/></t>