Copying any new modules to addons folder causes dev mode to malfunction, so they cannot be added. Method - copy new module folder to addon directory, restart odoo service, attempt to go to dev mode to update app list. Result - blank screen on user interface. Tried to resolve - deleting cookie, different browsers, different accounts. Nothing works. Not specific to any module, occurs trying to add any module. This method worked in the past, but now fails. Any help is 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ờ
Look up if there is any error information on the server, that could lead you to the source of the issue, and make sure you are creating the new module correctly (odoo docs).
Have you created the access rights (CSV), and have you added all the information into the "__init__.py" and config?
Verify if there are no conflicting module names.
Edit:
A few other things you can try, in case the error you are getting in the server is not clear:
Create a clean database and check if the error persists. If this solves the issue, the error might be caused by some inconsistent state of the database.
If not, something else is causing it.
The module might not be compatible with your version, or it requires any further configuration.
Providing further information regarding the module you tried to import, or details of the error can help us figure out what could be the issue.
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 | |
---|---|---|---|---|
|
2
thg 8 25
|
153 | ||
|
4
thg 7 25
|
499 | ||
|
1
thg 12 23
|
3295 | ||
|
0
thg 9 23
|
3197 | ||
|
1
thg 10 24
|
3778 |
Andre, sorry it won't let me comment directly on your reply. Thank you. Modules in question are from apps.odoo.com, not ones that I have created. Same issue with any module. No conflicting module names that I can find.
I've added a new suggestion in my answer.
Let me know if it helped you.
Tested - not database dependent