This question has been flagged
2 Replies
8035 Views

While loading application didn't get any error in console, but the application is not yet opened, a Just blank page is displayed. I can not resolve this issue. Let me know where I can check the logs or how to enable error logs in odoo 12.0. 

I am using ubuntu odoo 12.0.  in 16.04

Avatar
Discard
Best Answer

./odoo-bin --addons-path=addons,my-modules --db-filter=odoo_module$ --log-level=debug 

Avatar
Discard
Author Best Answer

Please use the below commands to enable the log.

./odoo-bin --addons-path=addons,my-modules --db-filter=odoo_module$ --log-level=debug 


Avatar
Discard