跳至内容
菜单
此问题已终结
4 回复
9030 查看

How to fix this problem with pycharm Odoo


https://www.odoo.com/de_DE/groups/community-59/community-9951333?mode=date

It's not working for me

形象
丢弃
最佳答案

To be able to debug using pycharm or eclipse with pydev you just need to find and change this line:

evented = True

with

evented = False

in the file openerp/__init__.py

after restart the odoo server you will be able to debug

Hope that help you

形象
丢弃
编写者

This was solved my problem, thank you. But why is that so ? I was debugging all time and after I installed a new debian Version of Odoo8 it has some problems

That line was causing that Odoo start using a gevent server using greenlets

最佳答案

Thanks Axel, i was having this problem too, with this new Odoo 9 version. Have a good one bro

形象
丢弃
相关帖文 回复 查看 活动
2
6月 17
5410
0
4月 17
5199
6
7月 15
32516
4
12月 19
11170
3
5月 17
10037