跳至內容
選單
此問題已被標幟
2 回覆
7303 瀏覽次數

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.