docker-odoo/10.0
2017-05-26 09:22:41 +08:00
..
Dockerfile 1、增加仓库说明;2、修复odoo10里面导入excel时中文出错的问题 2017-05-26 09:22:41 +08:00
entrypoint.sh [FIX] Odoo 8.0-10.0: handling of odoo subcommand 2016-11-23 14:17:55 +01:00
odoo.conf [FIX] Odoo 9-10: reload handling 2017-02-07 16:22:34 +01:00
README.txt 1、增加仓库说明;2、修复odoo10里面导入excel时中文出错的问题 2017-05-26 09:22:41 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

基于官方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