Unable to Load Odoo on localhost Follow
The Odoo was installed by default port 8069. However I changed the configuration file as below using Pycharm :
db_host = localhost
db_port = 50620
db_user = odoov15
db_password = 123
addons_path = C:\Program Files\Odoo 15.0.20220110\server\odoo\addons
xmlrpc_port = 8070
when I run it show HTTP service running on my computer : 8070
However when i type localhost:8070 on browser, it is unable to reach. But I still can access localhost:8069.
Please sign in to leave a comment.