-
-
Notifications
You must be signed in to change notification settings - Fork 414
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] [ADD] account_statement_import_sftp (#14) #606
[14.0] [ADD] account_statement_import_sftp (#14) #606
Conversation
* [ADD] account_statement_import_sftp Add a mechanism to receive file from an sftp back end. --------- Co-authored-by: ecino <[email protected]>
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. |
@OCA/banking-maintainers Someone available for review? |
@ecino Can you force push to re-trigger runboat creation? |
Is it possible to add some tests? |
@bosd Tests are here. |
account_statement_import_sftp/components/account_statement_import_process.py
Outdated
Show resolved
Hide resolved
* backend type need to be the same name as defined in xml * Add the auto post ability and the description en the readme.
961bcce
to
0224919
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.
Thanks for using str2bool!
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.
Quick code review LGTM ✨
This PR has the |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 539c218. Thanks a lot for contributing to OCA. ❤️ |
New module for importing bank statement files directly from a SFTP server through EDI modules.