From 2f4d0fedf76dfb17294098116cd1de99445987e0 Mon Sep 17 00:00:00 2001 From: Victor Champonnois Date: Thu, 27 Jul 2023 09:45:12 +0200 Subject: [PATCH] [MIG] hr_timesheet_project_prevent_creation: Migration to 16.0 --- hr_timesheet_project_prevent_creation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_timesheet_project_prevent_creation/__manifest__.py b/hr_timesheet_project_prevent_creation/__manifest__.py index da83928..317847c 100644 --- a/hr_timesheet_project_prevent_creation/__manifest__.py +++ b/hr_timesheet_project_prevent_creation/__manifest__.py @@ -6,7 +6,7 @@ "name": "Prevent creation of projects and tasks from timesheets", "summary": """ Prevent creation of projects and tasks from timesheets.""", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "category": "Human Resources", "website": "https://github.com/coopiteasy/cie-timesheet", "author": "Coop IT Easy SC",