Hello, i've been configuring odoo for sometime now, and i notice that most of the video, when they run the odoo, there will be a message shown, but when I run my odoo, this is what I get.
My process of installation is, I download the enterprise in website, create a new folder, and install it there, then I use venv
and use the python.exe
included in the installed folder as an interpreter (python from 3.12 -> 3.10) because i get an error of greenlet when i pip install -r requirements
Now when I run my configuration, I dont get any messages
This is my configuration
and this is my interpreter
I put my odoo.conf in the config folder outside the server folder,
Edit :
I think i know the problem, I can't see my odoo.log, how can I show it in my terminal?