コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
7304 ビュー

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.