Skip to Content
Menu
This question has been flagged
2 Replies
18110 Views

i am new odoo developer .. i have installed odoo 11.0 , pycharm ce and pgadmin on ubuntu 17.10 but i don't know how to configure odoo on pycharm ...

Avatar
Discard
Best Answer

Hi,

Check this video to see how to configure Odoo and pycharm: https://www.youtube.com/watch?v=p7SJW36lqVE&lc=UgyONJw31NIUOG4LhgV4AaABAg


Also as you are newbie,  to make the development faster with pycharm , see this video about odoo pycharm template :- https://www.youtube.com/watch?v=1f6QOvf_8lc


Thanks

Avatar
Discard
Best Answer

Odoo11 uses python3. default interpreter set in the Pycharm would be 2.7, So please ensure your configuration of PyCharm is inlieu with Python3.

So after following Niyas's suggestions.

Refer this for configuring the correct Python-interpreter:

Configuring-available-python-interpreters.html

Avatar
Discard