From 4778542a4eda77414b28780d26429b2c4f14e568 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Fri, 7 Oct 2016 11:35:43 +0200 Subject: [PATCH] [Fix] Add new Odoo 10 requirement (xlswriter) XlsWriter is a new dependency in V10 (see https://github.com/odoo/odoo/blob/10.0/requirements.txt) --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index ffd820b..03d7209 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -65,7 +65,7 @@ echo -e "\n---- Install python packages ----" sudo apt-get install python-dateutil python-feedparser python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-docutils python-psutil python-mock python-unittest2 python-jinja2 python-pypdf python-decorator python-requests python-passlib python-pil -y echo -e "\n---- Install python libraries ----" -sudo pip install gdata psycogreen ofxparse +sudo pip install gdata psycogreen ofxparse XlsxWriter echo -e "\n--- Install other required packages" sudo apt-get install node-clean-css -y