Hello,
I want to know the logic behind creating "hr.employee" model for employees. Why not employee should "res.partner".
When we create a employee one record is created in hr_employee, if we want to assign a user for every employee then we have to create a user and then a partner will automatically created. This created partner is not used in employee record but every time when we create a employee an extra partner is created that is not in used. So why hr.employee is not inherited with res.partner?
Please explain the logic behind it.