-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
[17.0][MIG] account_banking_ach_base #137
base: 17.0
Are you sure you want to change the base?
[17.0][MIG] account_banking_ach_base #137
Conversation
9ad5441
to
fcf8fca
Compare
Co-authored-by: Daniel Reis <dreis@opensourceintegrators.com>
…xcept space,comma and underscore because these special characters are accepted while creating a file
[FIX] account_banking_ach_base: use the payment_ids field instead of bank_line_ids Applies same fix as OCA#101 amount_currency no longer available in 16 (Changed to amount) communicaton field no longer available in 16 (Changed to ref)
fcf8fca
to
3191217
Compare
@OCA/local-usa-maintainers could we get some reviews here? Thank you :) |
3191217
to
3419f48
Compare
for mandate in mandates: | ||
mandate.set_payment_modes_on_partner() |
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.
for mandate in mandates: | |
mandate.set_payment_modes_on_partner() | |
mandates.set_payment_modes_on_partner() |
It would be better if you adapt set_payment_modes_on_partner()
to api.multi, as it is doing search
and write
inside.
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.
Functional review: LGTM👍
standard migration