From 9b92c6662b069a791a83b5214c15533aa6a3347d Mon Sep 17 00:00:00 2001 From: Vincent Renaville Date: Tue, 7 Jan 2014 17:00:24 +0100 Subject: [PATCH] [FIX] remove dependencies and add into buildout configuration instead --- report_xls/__openerp__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/report_xls/__openerp__.py b/report_xls/__openerp__.py index c8fea849..e78b3c0c 100644 --- a/report_xls/__openerp__.py +++ b/report_xls/__openerp__.py @@ -34,7 +34,6 @@ In order to generate an XLS export you can define a report of type 'xls' or alte """, 'depends': ['base'], - 'external_dependencies': {'python': ['xlwt']}, 'demo_xml': [], 'init_xml': [], 'update_xml' : [],