콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
9118 화면

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
5448
0
4월 17
5256
6
7월 15
32648
4
12월 19
11246
3
5월 17
10107