Hi Everyone. Iam new to odoo. I have an error regarding database creation in Odoo 10. I have tried all solutions given in internet like( Websites, Odoo Forums).
I am writing same admin_password in master
password but when i opened odoo-server.conf then db_user and
db_password is changed automatically to below code. Iam now running the
server by giving db_user and db_password to configurations of
LiClipse(Compiler). It runs but can't create new database. I have also
tried that to make new user and start this server but all in vain.
Kindly give me a solution.
Odoo-server.conf code:
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = localhost
db_port = 5432
db_user = rude
db_password = postgres
#addons_path = /usr/lib/python2.7/dist-packages/odoo/addons
[options]
#logfile = /var/log/odoo/odoo-server.log
addons_path=/home/rudehunk/odoo/projects/la10e/enterprise/addons,/home/rudehunk/odoo/projects/la10e/addons,/home/rudehunk/odoo/projects/la10e/my_addons
xmlrpc_port = 8015
also
you can see in odoo.conf file code above that db_user is rudehunk and
db_password is postgres which i have not typed in postgres -ubuntu user
and password( correct one ->i.e. db_user=odoodev db_password=admin).
Waiting for reply. Thanks in advance.