From d768ab87653d3a9a2b146345f9da5d7d0b498233 Mon Sep 17 00:00:00 2001 From: Thomas Binsfeld Date: Thu, 4 May 2017 14:05:13 +0200 Subject: [PATCH] [FIX] web_timeline: fix commas in manifest file --- web_timeline/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_timeline/__manifest__.py b/web_timeline/__manifest__.py index 88b2a860..478501fd 100644 --- a/web_timeline/__manifest__.py +++ b/web_timeline/__manifest__.py @@ -8,7 +8,7 @@ "version": "10.0.1.0.0", 'author': 'ACSONE SA/NV, ' 'Tecnativa, ' - 'Monk Software, ', + 'Monk Software, ' 'Odoo Community Association (OCA)', "category": "web", "website": "http://acsone.eu",