Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7301 Visualizzazioni

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!


 

 

Avatar
Abbandona
Risposta migliore

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


Avatar
Abbandona
Autore

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

Risposta migliore

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

Avatar
Abbandona
Autore

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