From ff51d02742d67b98a7a08618613d25a9448fcd26 Mon Sep 17 00:00:00 2001 From: Mayank Patel Date: Thu, 24 Oct 2024 13:12:07 +0000 Subject: [PATCH] [MIG] timesheet_invoice: Migrated to 18.0 H14631 --- timesheet_invoice/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index 24af7215..3a95e9d9 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '17.0.1.0.0', + 'version': '18.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',