1、增加仓库说明;2、修复odoo10里面导入excel时中文出错的问题

This commit is contained in:
Broken Stone 2017-05-26 09:22:41 +08:00
parent f8af1a80b1
commit ed5e8a4d82
3 changed files with 28 additions and 1 deletions

View File

@ -19,7 +19,8 @@ RUN set -x; \
&& apt-get -y install -f --no-install-recommends \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install psycogreen==1.0
&& pip install psycogreen==1.0 \
&& pip install xlrd==1.0.0
# Install Odoo
ENV ODOO_VERSION 10.0

12
10.0/README.txt Normal file
View File

@ -0,0 +1,12 @@
基于官方Docker修改修复或增强以下功能
1、升级xlrd到1.0.0版以解决导入excel文件时中文出错UnicodeEncodeError: 'ascii' codec can't encode characters in position...
升级办法:
在Docker中第22行
&& pip install psycogreen==1.0
后面增加
&& pip install xlrd=1.0.0

View File

@ -1,3 +1,17 @@
这是从官方fork的odoo镜像对实际使用中遇到的情况进行了修复或增强。
使用方法请参看[官方说明](https://hub.docker.com/_/odoo/).
----------
康虎软件工作是一家提供odoo实施、顾问服务专业web打印解决方案的软件工作室。我工作室提供的康虎云报表系统可以让浏览器打印达到C/S系统打印的效果和体验。
QQ360026606 微信: 360026606
==============================
以下是官方原始说明:
About this Repo
======