From a556cdaae1c07f49d4d2c4a8b4f4ab5b9f2f5474 Mon Sep 17 00:00:00 2001 From: Benjamin <benjamin@le-filament.com> Date: Thu, 16 Apr 2020 11:34:13 +0200 Subject: [PATCH] =?UTF-8?q?[add]=20d=C3=A9pendance=20cgscop=5Ffullcalendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__manifest__.py b/__manifest__.py index f4efbab..c21f056 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -8,6 +8,7 @@ "application": False, "depends": [ 'calendar', + 'cgscop_fullcalendar' 'cgscop_timesheet' ], "data": [ -- GitLab