I created a database called academy and worked on it. After which I am in need of new database, so I created a new database called game. The postgresql has both the database. But odoo13 is loading in a old database called academy as a new one and not in a new database game. How should I fix this problem?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
8
Replies
3385
Tampilan
Hi Aishawarya this is just a cookies problem just run odoo in another browser or check the roles if is the same create a new one for your new database
go in through pgadmin and see if game database is there or not. If its there then delete it and try creating a new one and see the behavior, coz its unusual.
Thank you, Kanakinfosystems but I am not using odoo in online.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Nov 21
|
2337 | ||
|
0
Okt 19
|
3147 | ||
|
0
Okt 19
|
3686 | ||
How to put domain filter on One2Many Field on a from
Diselesaikan
|
|
1
Nov 21
|
3723 | |
|
3
Sep 21
|
4912 |
Hi,
Are you able to select the database using database/selector or you can only view the database "academy"?
I can view that it's loading in the academy using log files in terminal. Also while choosing the database from \http://localhost:8069/web/database/manager, I could only view academy database and not my game database.
Hi,
Please check whether db_filter is active or not in your .conf file. If it is present then try after removing db_filter or try to comment that using ';'
Hello,
There is no db_filter in my .conf file. Can you suggest other solution to this?