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

Can someone please help me configure pycharm for odoo 15 development on video call?


Avatar
Discard
Best Answer

Hi

You can refer to the blog provided here to configure odoo15.(if you are using ubuntu operating system)

https://www.cybrosys.com/blog/odoo-15-development-environment-using-pycharm-in-ubuntu-20-04

-----Update-----

If you are using windows you can check the following blog.

https://www.cybrosys.com/blog/how-to-configure-odoo-13-pycharm-windows-10

Regards

Avatar
Discard
Author Best Answer

thanks... I am using windows

Avatar
Discard

Which is much more difficult than Ubuntu in installing the requirements. I had to download Visual Studio Installer to install the C++ development environment just to compile some of the packages. Those package which can't be recompile, I had to pip install the binary version. But in the end, only mrbobtemplate do not compile.

You can refer to the guideline here: https://www.odoo.com/forum/help-1/how-to-configure-pycharm-for-odoo-development-in-windows-85807
Maybe its' easier to share the Windows venv site-packages and you should be immediately able to start dev odoo using pycharm or visual code studio on Windows.

Updated the answer, please check