update fixed error export to excel(xls)

This commit is contained in:
W360S CORP 2019-10-12 07:46:02 +07:00
parent cff163063b
commit 938415f13b

View File

@ -59,7 +59,7 @@ RUN set -x; \
&& rm -rf /var/lib/apt/lists/* odoo.deb
# Copy entrypoint script and Odoo configuration file
RUN pip3 install num2words xlwt phonenumbers
RUN pip3 install num2words xlwt phonenumbers xlrd
COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf