Skip to Content
Menu
This question has been flagged
1 Reply
6012 Views

I 've installed odoo 10 community and got these strange errors when install module payroll :
ImportError: No module named fields

No matching record found for external id 'base.group_hr_manager' in field 'Group'

Pls help me how can I resolve these errors 


Avatar
Discard
Best Answer

Actually the group , group_hr_manager is existing in hr module, not in the base. So in the code you have to rewrite 'base.group_hr_manager' to 'hr.group_hr_manager'

Avatar
Discard