I believe Users are tied to Employees through the Contact (Related Partner that is created on user import/creation). Is there a way to perform an upload (e.g., of all of our users) and have the employees auto-created vs. having to click the Make Employee button on each User?
1 Answer
Comment from client
perhaps you know the answer to this question or can find it for us? Joe and I were discussing Employee upload, but I don't know that we'd want to do a separate upload, as I'm guessing that might create manual work where those employees would need mapped to users?
Response to client.
res_users(Users) model inherits res_partner(Contact/Partner)
A Partner(res_partner) is automatically created when a User(res_users) is created.
An Employee(hr_employee) is tied with Users(res_users) and Partner(res_partner)
However when creating a User it does not automatically create an employee.
There's this module that does that sh_create_employee_from_user on odoo's apps but not sure if that works thru import.