Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
7364 มุมมอง

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!


 

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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'],
...


อวตาร
ละทิ้ง
ผู้เขียน

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

คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง
ผู้เขียน

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