This question has been flagged

Hello, does OpenERP for Windows have a server terminal like the one in Linux. I would like to use it to debug some modules that I'm testing, or to see what kind of errors are occurring without having to look at the log files all the time. Thank you

Avatar
Discard
Best Answer

There is no openerp-special-terminal. Using windows command prompt you could get the same functionalities about opererp. The openerp-server script have the same options for both windows and linux. To activate the debug level, you can start your server with the option --debug. It will work as good as linux terminal.

Avatar
Discard