From d3bab194917719165f8f50fa648cd7d47a547e57 Mon Sep 17 00:00:00 2001 From: Benjamin Bachmann Date: Wed, 26 Aug 2015 09:47:47 +0200 Subject: [PATCH] [FIX] added missing comma in the opener.py --- web_auto_refresh/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_auto_refresh/__openerp__.py b/web_auto_refresh/__openerp__.py index 9a4f9208c68d..478a396c4976 100644 --- a/web_auto_refresh/__openerp__.py +++ b/web_auto_refresh/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { - 'name': 'Auto Refresh inbox message, Kanban and list view' + 'name': 'Auto Refresh inbox message, Kanban and list view', 'version': '1.0', 'author': "Fisher, Odoo Community Association (OCA)", 'website': 'https://github.com/szufisher/web',