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:
15
README.md
15
README.md
@@ -21,18 +21,9 @@ Available addons
|
||||
----------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[account_statement_import_base](account_statement_import_base/) | 16.0.1.0.0 | [](https://github.com/alexis-via) | Base module for Bank Statement Import
|
||||
[account_statement_import_camt](account_statement_import_camt/) | 16.0.1.0.0 | | CAMT Format Bank Statements Import
|
||||
[account_statement_import_camt54](account_statement_import_camt54/) | 16.0.1.0.0 | | Bank Account Camt54 Import
|
||||
[account_statement_import_file](account_statement_import_file/) | 16.0.1.0.2 | [](https://github.com/alexis-via) | Import Statement Files
|
||||
[account_statement_import_file_reconcile_oca](account_statement_import_file_reconcile_oca/) | 16.0.1.0.0 | [](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation
|
||||
[account_statement_import_ofx](account_statement_import_ofx/) | 16.0.1.0.0 | [](https://github.com/alexis-via) | Import OFX Bank Statement
|
||||
[account_statement_import_online](account_statement_import_online/) | 16.0.1.2.1 | [](https://github.com/alexey-pelykh) | Online bank statements update
|
||||
[account_statement_import_online_paypal](account_statement_import_online_paypal/) | 16.0.1.0.1 | [](https://github.com/alexey-pelykh) | Online bank statements for PayPal.com
|
||||
[account_statement_import_online_ponto](account_statement_import_online_ponto/) | 16.0.1.1.1 | | Online Bank Statements: MyPonto.com
|
||||
[account_statement_import_online_qonto](account_statement_import_online_qonto/) | 16.0.1.0.0 | | Online Bank Statements: Qonto
|
||||
[account_statement_import_qif](account_statement_import_qif/) | 16.0.1.0.0 | | Import QIF Bank Statements
|
||||
[account_statement_import_sheet_file](account_statement_import_sheet_file/) | 16.0.1.1.2 | [](https://github.com/alexey-pelykh) | Import TXT/CSV or XLSX files as Bank Statements in Odoo
|
||||
[account_statement_import_base](account_statement_import_base/) | 17.0.1.0.0 | [](https://github.com/alexis-via) | Base module for Bank Statement Import
|
||||
[account_statement_import_file](account_statement_import_file/) | 17.0.1.0.0 | [](https://github.com/alexis-via) | Import Statement Files
|
||||
[account_statement_import_sheet_file](account_statement_import_sheet_file/) | 17.0.1.0.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 TXT/CSV/XLSX Import
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:52fd7c31d7753fa4ea912b113bfc30c98f54839022ff9071e6b4604483f28f30
|
||||
!! source digest: sha256:90ec58274c675f5d4eb830271ef275cb5cd09e5c62babf88fd1ee82e5f228368
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -366,7 +366,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:52fd7c31d7753fa4ea912b113bfc30c98f54839022ff9071e6b4604483f28f30
|
||||
!! source digest: sha256:90ec58274c675f5d4eb830271ef275cb5cd09e5c62babf88fd1ee82e5f228368
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/17.0/account_statement_import_sheet_file"><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-17-0/bank-statement-import-17-0-account_statement_import_sheet_file"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows you to import any TXT/CSV or XLSX file in Odoo as
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
[project]
|
||||
name = "odoo-addons-oca-bank-statement-import"
|
||||
version = "17.0.20240514.0"
|
||||
version = "17.0.20240521.0"
|
||||
dependencies = [
|
||||
"odoo-addon-account_statement_import_base>=17.0dev,<17.1dev",
|
||||
"odoo-addon-account_statement_import_file>=17.0dev,<17.1dev",
|
||||
"odoo-addon-account_statement_import_sheet_file>=17.0dev,<17.1dev",
|
||||
]
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
|
||||
Reference in New Issue
Block a user