mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -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 | [](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 | [](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 | [](https://github.com/alexey-pelykh) | Import TXT/CSV or XLSX files as Bank Statements in Odoo
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
account_statement_import_sftp/static/description/icon.png
Normal file
BIN
account_statement_import_sftp/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -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
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import_sftp"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_sftp"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module add the functionality to automatically import into bank statement the files retrieved from SFTP.</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
14.0.20240212.0
|
||||
14.0.20240313.0
|
||||
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user