-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
[18.0][MIG] account_invoice_select_for_payment: Migration to 18.0 #1374
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] account_invoice_select_for_payment: Migration to 18.0 #1374
Conversation
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.
Currently translated at 100.0% (8 of 8 strings) Translation: bank-payment-14.0/bank-payment-14.0-account_invoice_select_for_payment Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_invoice_select_for_payment/sv/
Currently translated at 100.0% (8 of 8 strings) Translation: bank-payment-14.0/bank-payment-14.0-account_invoice_select_for_payment Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_invoice_select_for_payment/es/
Currently translated at 100.0% (8 of 8 strings) Translation: bank-payment-14.0/bank-payment-14.0-account_invoice_select_for_payment Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_invoice_select_for_payment/it/
dd535b9
to
47ebee1
Compare
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 know there was none, but a test is welcome, especially to check if the payment removes the flag from the invoices.
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.
Thanks for the mig.
Can you please add a small test as suggested by @sebalix ?
2ba1fc0
to
a322a59
Compare
Hello @grindtildeath, @sebalix, I updated by your comments |
a322a59
to
802abbc
Compare
802abbc
to
4799428
Compare
I changed the widget of the selected_for_payment field from toggle_button to boolean_toggle because, starting from version 16, the toggle_button widget is no longer supported