I install Pycharm 2018.1 community and odoo11. I open server directory without space directory.
I install requirements and some plugins. Now I run the odoo11 server project on pycharm 2018.1.
There are some error messages appears as below: Does smoebody know how to solve this problem?
Error Messageas as below:
"C:\Program Files (x86)\Odoo 11.0\python\python.exe" odoo-bin -w openpg -r openpgpwd --addons-path=odoo/addons
ERROR: couldn't create the logfile directory. Logging to the standard output.
2018-03-29 15:04:01,368 24672 INFO ? odoo: Odoo version 11.0-20180309
2018-03-29 15:04:01,368 24672 INFO ? odoo: Using configuration file at C:\tmp\1\server\odoo.conf
2018-03-29 15:04:01,368 24672 INFO ? odoo: addons paths: ['C:\\Users\\Akira\\AppData\\Local\\OpenERP S.A.\\Odoo\\addons\\11.0', 'C:\\tmp\\1\\server\\odoo\\addons']
2018-03-29 15:04:01,368 24672 INFO ? odoo: database: openpgpwd@localhost:5432
2018-03-29 15:04:01,382 24672 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069
2018-03-29 15:04:01,542 24672 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at C:\Program Files (x86)\Odoo 11.0\thirdparty\wkhtmltopdf.exe
Thanks. The logfile is defined in odoo.conf. I had change the log file to other directory. But I cannot see the google chrome open the source and then debug the source code. What is I lose setting?
I also found another problem in the line of password and login of PostgreSQL. But I fix it, the chrome still cannot open my odoo wbepage.
odoo-bin -w openpg -r openpgpwd --addons-path=odoo/addons
Did you try this: http://learnopenerp.blogspot.com/2019/10/configure-pycharm-with-odoo.html