-
-
Notifications
You must be signed in to change notification settings - Fork 577
[MIG] account_invoice_select_for_payment: Migration to 14.0 #757
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
[MIG] account_invoice_select_for_payment: Migration to 14.0 #757
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.
LG, thank you
|
Actually it seems that the module in 13.0 has been changed since the migration, could you check ? |
d916972 to
9e24ab4
Compare
Thanks TDu for your review. We updated PR with 2 applicable commits. Please help to review again. Thank you in advance. |
|
The main commit is still does not look the same than the 13.0 version commit 2b3fe95#diff-bf45ec33fc02aa24c3431eb4c9ca15426896edd9b88c7127b5a556d6728c447e @hailangvn Could you check again |
0eecd0f to
c2744e1
Compare
|
Thanks @TDu for the specific commit. This PR has been updated accordingly. |
This module allows to mark invoices as "selected for payment". This can be done in the list view of invoices using a button in the first column of the view which shows the selection status. This selection persists until a payment is registered.
c2744e1 to
b36f54d
Compare
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 1d6700f. Thanks a lot for contributing to OCA. ❤️ |
Hello,
This module has been migrated from this pending MR: #716
Thanks