Can someone please help me configure pycharm for odoo 15 development on video call?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
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