From bb91f054950b5480659732434ca8e4b0003c2949 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 14 Jul 2016 10:25:23 +0200 Subject: [PATCH] fix syntax error in __openerp__.py --- __openerp__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/__openerp__.py b/__openerp__.py index 9c85f74..0f0443e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,8 +14,7 @@ 'data/data.xml', 'data/delivery_demo.xml', 'security/ir.model.access.csv', - ] + ], 'installable': True, 'application': True, - "images":['static/description/Banner.png'] }