diff --git a/README.md b/README.md index 35b5e7bd..6ee7f5ef 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ addon | version | maintainers | summary [account_statement_import_online_ponto_ing](account_statement_import_online_ponto_ing/) | 14.0.1.0.0 | | Online Bank Statements: MyPonto.com ING customization [account_statement_import_online_wise](account_statement_import_online_wise/) | 14.0.1.0.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements for Wise.com (TransferWise.com) [account_statement_import_paypal](account_statement_import_paypal/) | 14.0.1.0.1 | | Import PayPal CSV files as Bank Statements in Odoo +[account_statement_import_sftp](account_statement_import_sftp/) | 14.0.1.0.0 | [![OCA](https://github.com/OCA.png?size=30px)](https://github.com/OCA) | Import bank statement from an SFTP server [account_statement_import_txt_xlsx](account_statement_import_txt_xlsx/) | 14.0.3.1.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Import TXT/CSV or XLSX files as Bank Statements in Odoo [//]: # (end addons) diff --git a/account_statement_import_sftp/README.rst b/account_statement_import_sftp/README.rst index d993649d..08bb93cc 100644 --- a/account_statement_import_sftp/README.rst +++ b/account_statement_import_sftp/README.rst @@ -7,7 +7,7 @@ Bank Statement SFTP import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5c3cf1f51472f25338373320dc7fb418546e2fa8d4de688e6f32a1c937267b6a + !! source digest: sha256:a233d1b8df4a5f6eaa2659633fdbca0baa05ecfa235053e18c2b5a29dd985ce9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_statement_import_sftp/static/description/icon.png b/account_statement_import_sftp/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/account_statement_import_sftp/static/description/icon.png differ diff --git a/account_statement_import_sftp/static/description/index.html b/account_statement_import_sftp/static/description/index.html index 8526d7a2..858629a1 100644 --- a/account_statement_import_sftp/static/description/index.html +++ b/account_statement_import_sftp/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5c3cf1f51472f25338373320dc7fb418546e2fa8d4de688e6f32a1c937267b6a +!! source digest: sha256:a233d1b8df4a5f6eaa2659633fdbca0baa05ecfa235053e18c2b5a29dd985ce9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

This module add the functionality to automatically import into bank statement the files retrieved from SFTP.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 47c55dc3..55162e60 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240212.0 \ No newline at end of file +14.0.20240313.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a9ecd286..72496556 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -22,6 +22,7 @@ setuptools.setup( 'odoo14-addon-account_statement_import_online_ponto_ing', 'odoo14-addon-account_statement_import_online_wise', 'odoo14-addon-account_statement_import_paypal', + 'odoo14-addon-account_statement_import_sftp', 'odoo14-addon-account_statement_import_txt_xlsx', ], classifiers=[