hey, can any body help me im new in Odoo and I have a question the question is :
I have this relation :
class Complaint(models.Model):
_name = 'complaint'
_description = 'Manage employee complaint'
employee = fields.Many2one('hr.employee', string="Employee", required=True)