-
-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] hr_employee_ppe: fix error when assigning multiple PPE to an employee. #1351
Conversation
''' Error while validating constraint Expected singleton: hr.employee.ppe(5, 6) ''' error when assigning multiple PPE to an employee.
Hi @eduaparicio, @marcelsavegnago, |
Solution proposed for this issue: #1352 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
It's Yes for me.
This PR has the |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi @eduaparicio, @marcelsavegnago |
ping @etobella @OCA/human-resources-maintainers |
/ocabot merge patch Can you port the change to next versions? |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at a392345. Thanks a lot for contributing to OCA. ❤️ |
Thanks! |
Fix
'''
Error while validating constraint
Expected singleton: hr.employee.ppe(5, 6)
'''
error when assigning multiple PPE to an employee.