MIG timesheet_invoice to 12.0

This commit is contained in:
Jared Kipe
2019-05-25 17:12:04 -06:00
committed by Jared Kipe
parent 9ac7fbfbd6
commit f00037d2bf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
'name': 'Timesheet Invoice',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'license': 'AGPL-3',

View File

@@ -22,7 +22,7 @@
<td><t t-esc="timesheet.date"/></td>
<td><t t-esc="timesheet.name"/></td>
<td><t t-esc="timesheet.sudo().user_id.name"/></td>
<td><span t-field="timesheet.unit_amount" t-field-options="{&quot;widget&quot;: &quot;duration&quot;, &quot;unit&quot;: &quot;hour&quot;, &quot;round&quot;: &quot;minute&quot;}"/></td>
<td><span t-field="timesheet.unit_amount" t-options="{&quot;widget&quot;: &quot;duration&quot;, &quot;unit&quot;: &quot;hour&quot;, &quot;round&quot;: &quot;minute&quot;}"/></td>
</tr>
</t>
</t>