[FIX] Odoo 11.0-13.0: add xlrd library to allow xls import

Fixes #262
This commit is contained in:
Christophe Monniez 2020-01-21 16:20:23 +01:00
parent 740e5dc53d
commit 6011cc7931
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ RUN set -x; \
python3-setuptools \
python3-vobject \
python3-watchdog \
python3-xlrd \
python3-xlwt \
xz-utils \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \

View File

@ -27,6 +27,7 @@ RUN set -x; \
python3-setuptools \
python3-vobject \
python3-watchdog \
python3-xlrd \
python3-xlwt \
xz-utils \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \

View File

@ -25,6 +25,7 @@ RUN set -x; \
python3-setuptools \
python3-vobject \
python3-watchdog \
python3-xlrd \
python3-xlwt \
xz-utils \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \