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:
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
|
||||
[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_file_reconcile_oca](account_statement_import_file_reconcile_oca/) | 17.0.1.0.0 | [](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation
|
||||
[account_statement_import_move_line](account_statement_import_move_line/) | 17.0.1.0.0 | [](https://github.com/pedrobaeza) | Import journal items into bank statement
|
||||
[account_statement_import_online](account_statement_import_online/) | 17.0.1.0.0 | [](https://github.com/alexey-pelykh) | Online bank statements update
|
||||
[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
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Bank statement import move lines
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:a81ea0655f0f008dbef8415c0967301e03f0beeb6d7e19829dd671c47cef3a96
|
||||
!! source digest: sha256:4d334a31f500c8528f18bb5107c628a66189a292a6d57900d354a06f59aa8638
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
||||
|
||||
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:a81ea0655f0f008dbef8415c0967301e03f0beeb6d7e19829dd671c47cef3a96
|
||||
!! source digest: sha256:4d334a31f500c8528f18bb5107c628a66189a292a6d57900d354a06f59aa8638
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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_move_line"><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_move_line"><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 adds a button to bank statement form view to open a wizard
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
[project]
|
||||
name = "odoo-addons-oca-bank-statement-import"
|
||||
version = "17.0.20240731.0"
|
||||
version = "17.0.20241104.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_file_reconcile_oca>=17.0dev,<17.1dev",
|
||||
"odoo-addon-account_statement_import_move_line>=17.0dev,<17.1dev",
|
||||
"odoo-addon-account_statement_import_online>=17.0dev,<17.1dev",
|
||||
"odoo-addon-account_statement_import_sheet_file>=17.0dev,<17.1dev",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user