Skip to content

Commit 1067ca0

Browse files
authored
[FIX] Add missing dependencies for non-trivial usecases
Adds: - psycogreen is long polling callbacks required for the live chat module. - suds-jurko is needed for the SOAP web services. - pytz is required for time zone. - pyusb is required to support USB communication with the Odoo Point Of Sale box (POS BOX). - greenletis required for GEvent, it supports micro-threading and lightweight controlled concurrency. - xlrd is required for Microsoft Excel XLS and CSV import. Courtesy of Yenthe666#62 (comment)
1 parent c4c69b1 commit 1067ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sudo apt-get install wget git bzr python-pip gdebi-core -y
6868

6969
echo -e "\n---- Install python packages ----"
7070
sudo apt-get install python-pypdf2 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
71-
sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml psycopg2 psutil html2text docutils lxml pillow reportlab ninja2 requests gdata XlsxWriter vobject python-openid pyparsing pydot mock mako Jinja2 ebaysdk feedparser xlwt
71+
sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml psycopg2 psutil html2text docutils lxml pillow reportlab ninja2 requests gdata XlsxWriter vobject python-openid pyparsing pydot mock mako Jinja2 ebaysdk feedparser xlwt psycogreen suds-jurko pytz pyusb greenlet xlrd
7272

7373
echo -e "\n---- Install python libraries ----"
7474
# This is for compatibility with Ubuntu 16.04. Will work on 14.04, 15.04 and 16.04

0 commit comments

Comments
 (0)