-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
[14.0][IMP] hr_expense_invoice: prepare invoice values #265
Conversation
@pedrobaeza, Can you review please? |
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.
Could you create a prepare_invoice_line_values too?
fa4351f
to
557242d
Compare
Change implemented. Thank you for the suggestion, @mileo. |
/ocabot merge patch |
@pedrobaeza Do I need to do a rebase for the merge to occur? Apparently the bot didn't return something |
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 66db007. Thanks a lot for contributing to OCA. ❤️ |
cc @marcelsavegnago @douglascstd @WesleyOliveira98
The purpose of this PR is to separate the invoice values for use in a _prepare method. In cases where modifications are made to specific move_line only, it would be necessary to rewrite a significant amount of code. Therefore, using _prepare would facilitate this process.