mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
MIG timesheet_invoice to 12.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Timesheet Invoice',
|
'name': 'Timesheet Invoice',
|
||||||
'version': '11.0.1.0.0',
|
'version': '12.0.1.0.0',
|
||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||||
'website': 'https://hibou.io/',
|
'website': 'https://hibou.io/',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<td><t t-esc="timesheet.date"/></td>
|
<td><t t-esc="timesheet.date"/></td>
|
||||||
<td><t t-esc="timesheet.name"/></td>
|
<td><t t-esc="timesheet.name"/></td>
|
||||||
<td><t t-esc="timesheet.sudo().user_id.name"/></td>
|
<td><t t-esc="timesheet.sudo().user_id.name"/></td>
|
||||||
<td><span t-field="timesheet.unit_amount" t-field-options="{"widget": "duration", "unit": "hour", "round": "minute"}"/></td>
|
<td><span t-field="timesheet.unit_amount" t-options="{"widget": "duration", "unit": "hour", "round": "minute"}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
|
|||||||
Reference in New Issue
Block a user