Hello,
I'm trying to get already value from job_title field of hr.employee model like:
abc = fields.Many2one('hr.employee.job_title', 'Job Title')
But I got the error message when clicking on the field in form view although I used administrator user to access it:
Something went wrong !
Sorry, you are not allowed to access documents of type 'Unknown' (_unknown). No group currently allows this operation. - (Operation: read, User: 2)
What am I doing wrong?
Please help!
Thank you!
Working of related fields in odoo, see: https://www.youtube.com/watch?v=rLlUQ9GAan8
Thank you Niyas!