[MIG] timesheet_invoice: module migration

This commit is contained in:
Juan Pablo Ticse
2023-10-30 22:22:08 +00:00
committed by Mayank Patel
parent 9030aa0f33
commit 2c40edb3ff
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
'name': 'Timesheet Invoice',
'version': '16.0.1.0.0',
'version': '17.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'license': 'AGPL-3',
@@ -13,7 +13,7 @@ Adds timesheet descriptions onto the invoice report/PDF.
'sale_timesheet',
],
'data': [
'invoice_views.xml',
'views/invoice_views.xml',
],
'installable': True,
'auto_install': False,