Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
2243 Представления

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


Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор Лучший ответ

thanks... I am using windows

Аватар
Отменить

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