I installed odoo17 with PostgreSQL and I configured it with Pycharm and everything is working fine except when I go to database manger screen and click on any button for example create database nothing happens, I tried changing the browser but the issue still not solved, any help will be appreciated.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
The issue with the Odoo 17 Database Manager buttons (e.g., "Create Database") not working is likely due to a JavaScript asset loading issue or config error. Try these steps:
Check Config: Open odoo.conf and remove or comment out db_name (e.g., # db_name = your_db). Ensure admin_passwd, db_host=localhost, db_port=5432, db_user, and db_password match your PostgreSQL setup.
Run in Developer Mode: In PyCharm, run python odoo-bin -c odoo.conf --dev=all to rebuild assets. Restart Odoo.
Clear Cache: Clear browser cache (Ctrl+F5) or use incognito mode. Check DevTools (F12 > Console) for JS errors.
Alternative: Create a DB via command: python odoo-bin -c odoo.conf -d new_db_name -i base --stop-after-init.
you can refer this blog for creating your database -
https://www.cybrosys.com/odoo/odoo-books/odoo-17-accounting/introduction/creating-your-database/
Hope it helps
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 7 24
|
3112 | ||
|
0
thg 5 24
|
1709 | ||
|
3
thg 7 25
|
2560 | ||
|
1
thg 6 25
|
3817 | ||
|
2
thg 5 25
|
2566 |