I am using iMac19,2. I have installed odoo14 with the same database
name as my mac user name. But each time access to database requires
password. I want to access to db without password like I use to do in Linux. How can I configure this on Mac?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1745
Views
Make sure you are following correct installation process. You need to create a PostgreSQL user with the same name as your Unix login (not db name).
$ sudo -u postgres createuser -s $USER
$ createdb $USER
for details https://www.odoo.com/documentation/14.0/administration/install/install.html#demo
Thank you
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 24
|
1482 | ||
|
1
Nov 24
|
1187 | ||
|
2
Sep 24
|
1046 | ||
Update stock quantity
Solved
|
|
1
Aug 24
|
2450 | |
|
3
Aug 24
|
2682 |