My local odoo instance doesn't show any console output on pycharm, I tested the print() statement in odoo-bin and it shows, but odoo doesn't print any output unless I stated inside a function with the print() method
I might be missing something in odoo.conf
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
9962
瀏覽次數
Hi,
Goto odoo.conf
Comment logfile
if there is log file in your odoo.conf , Odoo creates a logfile in the path you specified and all the log note will be saved in that file .
Hope it Helps ,
Kiran K
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
4
10月 22
|
90813 | ||
|
2
10月 22
|
4754 | ||
|
0
7月 18
|
8515 | ||
|
1
3月 15
|
21226 | ||
|
2
8月 25
|
168 |
Kiran has correctly answered the question. You have an option between sending output to stdout (your screen) or to a logfile. While debugging it's often best to keep it running to console then switch it to logfile for production.