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:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
9615
Weergaven
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
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
Setup log file in odoo config file
Opgelost
|
|
4
okt. 22
|
89862 | |
|
2
okt. 22
|
4477 | ||
|
0
jul. 18
|
8266 | ||
|
1
mrt. 15
|
20933 | ||
|
2
jun. 25
|
287 |
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.