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!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up