跳至內容
選單
此問題已被標幟
2 回覆
1128 瀏覽次數
impossible to access the odoo web interface
when I do "IP:8069" I can't access it
I installed odoo on a debian 10 server
I use version odoo 15
PLEASE!! help me I'm stuck!


頭像
捨棄
作者 最佳答案
partly I had this problem as soon as I modified the configuration file
subsequently I reset all the default values ​​to configure the database from the browser but nothing
I uninstalled odoo and reinstalled but still nothing


頭像
捨棄
最佳答案

Hi,

Check if the configuration is correct,Check the odoo.conf file

[options]
; Is This The Password That Allows Database Operations:
admin_passwd = admin
db_host = localhost
db_port = 5432
db_user = odoo15
db_password = False
addons_path = /home/user/odoo/addons
xmlrpc_port = 8015

For more details, refer to the blog:

https://www.cybrosys.com/blog/odoo-15-development-environment-using-pycharm-in-ubuntu-20-04

Hope it helps

頭像
捨棄