From 79739aaaf7e42603046084b45cdb2a3a017c0861 Mon Sep 17 00:00:00 2001 From: Benjamin <benjamin@le-filament.com> Date: Thu, 16 Apr 2020 14:40:38 +0200 Subject: [PATCH] [fix] erreur virgule manifest --- __manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__manifest__.py b/__manifest__.py index c21f056..2fa55b3 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -8,8 +8,8 @@ "application": False, "depends": [ 'calendar', - 'cgscop_fullcalendar' - 'cgscop_timesheet' + 'cgscop_fullcalendar', + 'cgscop_timesheet', ], "data": [ "security/security_rules.xml", -- GitLab