-
-
Notifications
You must be signed in to change notification settings - Fork 118
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] [16.0] hr_contract_update_overtime: Reorganize Leaves across Contracts + Message #172
[FIX] [16.0] hr_contract_update_overtime: Reorganize Leaves across Contracts + Message #172
Conversation
Hi @rafaelbn, |
Ping me when I can test it @Shide ! ❤️ Thank you! 😄 |
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.
Functional tested in runboat! 👍🏼
Just missing fix tests @yajo
@@ -38,6 +38,9 @@ You can Update Overtime in different ways: | |||
- Header button on Contract History form view | |||
- Header button on Contract form view |
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.
- Header button on Contract form view is visible if the user is responsible HR for the employee
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.
Functional review.
LGTM, great @Shide
…attendance If you run this module's tests while it's being installed for the 1st time, `hr_holidays_attendance` will enter its test scope and add extra constrains to which leaves are considered for employees. If we don't follow those constrains, the tests fail. Thus here I'm using that module lazily, while not being strictly required as a dependency. If installed, I fulfill the data required for it to work, and then tests are more resilient. @moduon MT-6583
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.
I fixed the tests here and it should be ready to merge, but I cannot take it out from draft. Could you do it please @Shide?
Done |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at ad32323. Thanks a lot for contributing to OCA. ❤️ |
MT-6583 @moduon @rafaelbn @loida-vm @fcvalgar please reivew if you want 😄