Skip to content

Commit 4778542

Browse files
authored
[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)
1 parent bf06a3b commit 4778542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ echo -e "\n---- Install python packages ----"
6565
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
6666

6767
echo -e "\n---- Install python libraries ----"
68-
sudo pip install gdata psycogreen ofxparse
68+
sudo pip install gdata psycogreen ofxparse XlsxWriter
6969

7070
echo -e "\n--- Install other required packages"
7171
sudo apt-get install node-clean-css -y

0 commit comments

Comments
 (0)