
Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn
由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解
本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!
开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号
如果您登录系统碰到问题,请在微信公众号留言:
windows odoo 报错
-
windows 绿色版odoo安装模块报错如下:
2017-09-06 12:55:39,188 3184 ERROR 0731 odoo.service.server: Exception happened during processing of request from ('127.0.0.1', 50757) Traceback (most recent call last): File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 582, in process_reque st_thread self.finish_request(request, client_address) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 323, in finish_reques t self.RequestHandlerClass(request, client_address, self) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 640, in __init__ self.finish() File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 693, in finish self.wfile.flush() File "C:\GOdoo\runtime\python\lib\socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 10053] 2017-09-06 12:55:42,092 3184 DEBUG 0731 odoo.http.rpc.request: poll: None None: time:50.067s mem: 65452k -> 66248k (diff: 796k) 2017-09-06 12:55:42,108 3184 INFO 0731 werkzeug: 127.0.0.1 - - [06/Sep/2017 12:5 5:42] "POST /longpolling/poll HTTP/1.1" 200 - 2017-09-06 12:55:42,130 3184 ERROR 0731 odoo.service.server: Exception happened during processing of request from ('127.0.0.1', 50781) Traceback (most recent call last): File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 582, in process_reque st_thread self.finish_request(request, client_address) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 323, in finish_reques t self.RequestHandlerClass(request, client_address, self) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 640, in __init__ self.finish() File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 693, in finish self.wfile.flush() File "C:\GOdoo\runtime\python\lib\socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 10053]
还有如果我想发送邮件,但是我本地测试,用的就是localhost,这样在Email的Outgoing Email Server配置成127.0.0.1,但是Test Connection总是失败?
-
不管是本地还是外部的,你要有对应的发件服务器啊
-
@digitalsatori
本地的不就是127.0.0.1吗 -
@1234567
Odoo没有自带SMTP服务器的,127.0.0.1在你没SMTP服务器的情况下不会接受你的发送邮件的信号,也就不会发送邮件了。 -
@joshua
你说的这个发送邮件是往外发,不是odoo里面的每个用户如果设置了email地址,发送的话,直接发送到这个email地址上,不就是在odoo里面发邮件,可以这么理解吗?
-
@1234567
如果你说的是odoo里面的消息系统,那就不用配置发件服务器,这个错误信息你也可以无视好了。
-
@joshua
好的,就先暂时这样处理了.谢谢!