Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] hr: allow to copy employee linked to user
Before this commit, It was not possible to copy An employee which is already linked to User due `user_uniq` constraints. Now we add `copy=False` on `user_id` field, so Employee will be copied without linked User. closes odoo#49805 Signed-off-by: Yannick Tivisse (yti) <[email protected]>
- Loading branch information