From 4b12449a7ccdd5966bc18664dd06c83611112f07 Mon Sep 17 00:00:00 2001 From: Victor Champonnois Date: Tue, 25 Jul 2023 16:53:43 +0200 Subject: [PATCH] [MIG] hr_timesheet_sheet_current: Migration to 16.0 --- hr_timesheet_sheet_current/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_timesheet_sheet_current/__manifest__.py b/hr_timesheet_sheet_current/__manifest__.py index 7391b63..0c65ca8 100644 --- a/hr_timesheet_sheet_current/__manifest__.py +++ b/hr_timesheet_sheet_current/__manifest__.py @@ -5,7 +5,7 @@ "name": "My Current Timesheet Sheet", "summary": """ Allow to access the current timesheet sheet directly from the menu""", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "Coop IT Easy SC", "website": "https://github.com/coopiteasy/cie-timesheet",