Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
7316 Lượt xem

After I installed Open HRMS module to Odoo 15 and trying to open Dashboard following error message pop-up.

Uncaught Promise > Cannot find hr_dashboard in this registry!


 

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Mention 'hr_dashboard in dependencies in your module manifest file:

{
'name': "...",
'summary': "...",
'description': """
This module
* ...
"""
,

'author': '...',
'license': '...',
'category': 'Human Resources/Time Off',
'version': '...',
'depends': ['hr', 'hr_dashboard'],
...


Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you very much for your answer, issue has been resolved after installed default Dashboard app.

Câu trả lời hay nhất

Hi,

Restart the service once again, upgrade the module and see whether it makes any difference. If still issue persists, report it to the author of the module.

Thanks

Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you very much for your answer, issue has been resolved after installed default Dashboard app.