-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
[IMP] hr_employee_cost_history: add comment field in history line #735
base: 16.0
Are you sure you want to change the base?
[IMP] hr_employee_cost_history: add comment field in history line #735
Conversation
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.
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: code review
This PR has the |
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
/ocabot merge minor @EmilioPascual @Shide FYI |
On my way to merge this fine PR! |
@rafaelbn your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-735-by-rafaelbn-bump-minor. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@glitchov ! 😄 thanks! Please review, test fails 🔴 ! ❤️ |
@rafaelbn Hi Rafael, i had a look but i can't reproduce and it has nothing to do with my changes sorry. |
cd27944
to
8fe32ab
Compare
The error is in |
/ocabot merge minor |
Sorry @rafaelbn you are not allowed to merge. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
b88ba1e
to
8fe32ab
Compare
@rafaelbn the branch is green again. Can you retry the merge? |
This PR adds a comment field on the history line to tell why the cost change did happen.
closes #696
A very small fix has been added for hr_timesheet_name_customer because Odoo has added a new test in sale_timesheet (test_billing_project/test_take_into_account_invoicing_app_legacy) which failed without doing a secure get in vals dict.