-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[14.0][FIX] account_statement_import_coda: note should only contain info of the current move #140
[14.0][FIX] account_statement_import_coda: note should only contain info of the current move #140
Conversation
@marielejeune could you update the commit message with some explanation about why the change is necessary? It's not obvious to me by just looking at the diff and PR title. |
32783a3
to
0fb39bb
Compare
Done |
account_statement_import_coda/wizard/account_statement_import_coda.py
Outdated
Show resolved
Hide resolved
0fb39bb
to
d2eb9da
Compare
d2eb9da
to
621a8a9
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
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.
/ocabot merge patch
This PR looks fantastic, let's merge it! |
@robinkeunen your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-140-by-robinkeunen-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@marielejeune indeed, precommit failed after rebasing on 14.0. Can you have a look at this #206 before rebasing ? |
The communication given in a line of a coda file contains a lot of information (such as the partner's name and home address, the bank's name and identification, the structured communication...). This information is what we get in transaction_ref. But in the move communication we only want to keep the actual payment transaction communication, which is given in ref_move
621a8a9
to
6ce7db5
Compare
@robinkeunen rebased on 14.0 and pipeline is green |
This PR has the |
/ocabot merge patch |
Hi @robinkeunen can you see why your merge command didn't finish? Thanks |
/ocabot merge patch |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 685f297. Thanks a lot for contributing to OCA. ❤️ |
Information about all transaction lines (name, bank account, address) were repeated in note field od each transaction line
With this modification we want in a transaction line to stock only the information of the current line.