I installed odoo 10 on CentOS 7. when I run odoo command odoo start or ./usr/bin/odoo
open browser, see only one db to login to, but there are many dbs for this odoo user.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
ip_addresss:port/web/database/manager. not show all dbs for me.
Odoo config file not have dbfilter but I add dbfilter when run odoo like:
./usr/bin/odoo --db-filter '.*'
odoo run and show all databases.
Hi,
You can see all the available database if you go to URL ip_addresss:port/web/database/manager.
If you are not seeing all database in the above path, check the conf file that whether there is a db filter given in it. Once db filter is given filtered db will only be shown.
Thanks
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
0
ส.ค. 22
|
2403 | ||
|
1
ก.ค. 22
|
20108 | ||
|
0
เม.ย. 22
|
3072 | ||
|
3
ก.ย. 21
|
3241 | ||
|
2
ก.ย. 21
|
4536 |
Hi, please check your config file. (/etc/odoo.conf),
db-filter = "A DB name", if you did need it please comment it (;)
;db-filter = "A DB name",