Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
4 Besvarelser
9023 Visninger

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

Avatar
Kassér
Bedste svar

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

Avatar
Kassér
Forfatter

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

Bedste svar

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
jun. 17
5408
0
apr. 17
5189
6
jul. 15
32503
4
dec. 19
11153
3
maj 17
10029