From 3eadb740e85d2fb0e933f3a403933c3add675743 Mon Sep 17 00:00:00 2001 From: Cyril VINH-TUNG Date: Mon, 22 Jan 2024 08:55:08 -1000 Subject: [PATCH] [MIG] calendar_event_link_project_task: Migration to 16.0 --- calendar_event_link_project_task/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar_event_link_project_task/__manifest__.py b/calendar_event_link_project_task/__manifest__.py index a231ddea..989955bc 100644 --- a/calendar_event_link_project_task/__manifest__.py +++ b/calendar_event_link_project_task/__manifest__.py @@ -5,7 +5,7 @@ "name": "Calendar Event Link To Project Task", "summary": """ This module add a link between project tasks and calendar events""", - "version": "12.0.1.0.0", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/calendar",