-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
[16.0] [MIG] account_invoice_refund_reinvoice: Migration to 16.0 #1755
[16.0] [MIG] account_invoice_refund_reinvoice: Migration to 16.0 #1755
Conversation
[IMP] account_invoice_refund_reinvoice: black, isort, prettier
"invoice_user_id": self.invoice_user_id.id, | ||
} | ||
|
||
def _reverse_move_vals(self, default_values, cancel=True): |
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 think that this function was removed on 16. Also, I think you found another way to do the job.
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.
You're right! I removed the unnecessary overridden method.
fefbdaa
to
7cb635c
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 871a343. Thanks a lot for contributing to OCA. ❤️ |
Standard migration.
@etobella