-
-
Notifications
You must be signed in to change notification settings - Fork 476
[18.0][FIX] Payment return import iso20022 match by payment id #883
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
base: 18.0
Are you sure you want to change the base?
[18.0][FIX] Payment return import iso20022 match by payment id #883
Conversation
|
Anyone ? @pedrobaeza @carlosdauden ? |
|
Please check latest code, which may resolve your problem. |
Also see https://github.com/OCA/account-payment/blob/18.0/account_payment_return_import_iso20022/wizard/camt_parser.py#L64 for the last brick, that puts the EndtoEndId (from 2.) in the line reference used in 1. Thus there is something that I truly don't understand. Don't you use |
|
@carlosdauden can you please check this PR to see what he is stating? Yes, we use bank-payment modules, but we haven't got problems with this AFAIK. |
… payment id The line reference comes from the EndtoEndId tag of the payment returns file. In account_banking_sepa_direct_debit, where the payment order file is generated, the EndtoEndId is set to be the payment_id and not the move_id.
0512406 to
25f34b1
Compare
Sorry but I need to move forward with this. We have tested the full workflow from |
gva-acsone
left a comment
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 test LGTM
Draft PR to open a discussion.
From my understanding and functional tests, the
payment_idand not themove_idis passed as the End2end_identification from the generation of the payment order to the reception of the return.I don't understand how can we expect to receive the
move_idas the linereference. Is this a mistake or can someone explain this mechanism to me ?