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:
@@ -22,6 +22,7 @@ Available addons
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[account_statement_import_base](account_statement_import_base/) | 18.0.1.0.0 | [](https://github.com/alexis-via) | Base module for Bank Statement Import
|
||||
[account_statement_import_file](account_statement_import_file/) | 18.0.1.0.0 | [](https://github.com/alexis-via) | Import Statement Files
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Import Statement Files
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:617132b3a1943c54ccad25dfc759a97108915b2d1f9d78c4c4ed5682358fdc4d
|
||||
!! source digest: sha256:e8f3d371e72a8b0bb670e4794b678860ca9cbd40845d574db154f2e3609ecce4
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
||||
@@ -37,10 +37,10 @@ provides in order to avoid a conflict with the Enterprise module.
|
||||
|
||||
This module has several additionnal feature:
|
||||
|
||||
- support multi-account bank statement files,
|
||||
- attach the file to the bank statement (to facilitate the diagnostic
|
||||
in case of problem),
|
||||
- improved error messages.
|
||||
- support multi-account bank statement files,
|
||||
- attach the file to the bank statement (to facilitate the diagnostic in
|
||||
case of problem),
|
||||
- improved error messages.
|
||||
|
||||
This module only provides the technical framework for the import of
|
||||
statement files. You must also install the format-specific modules to
|
||||
@@ -97,17 +97,17 @@ Authors
|
||||
Contributors
|
||||
------------
|
||||
|
||||
- Odoo S.A.
|
||||
- Odoo S.A.
|
||||
|
||||
- Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
- Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
|
||||
- Tecnativa - Pedro M. Baeza
|
||||
- Tecnativa - Pedro M. Baeza
|
||||
|
||||
- Sygel - Manuel Regidor
|
||||
- Sygel - Manuel Regidor
|
||||
|
||||
- Trobz <https://www.trobz.com/>
|
||||
- Trobz <https://www.trobz.com/>
|
||||
|
||||
- Do Anh Duy <duyda@trobz.com>
|
||||
- Do Anh Duy <duyda@trobz.com>
|
||||
|
||||
Other credits
|
||||
-------------
|
||||
|
||||
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:617132b3a1943c54ccad25dfc759a97108915b2d1f9d78c4c4ed5682358fdc4d
|
||||
!! source digest: sha256:e8f3d371e72a8b0bb670e4794b678860ca9cbd40845d574db154f2e3609ecce4
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-statement-import/tree/18.0/account_statement_import_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-18-0/bank-statement-import-18-0-account_statement_import_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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module is the successor of the module
|
||||
@@ -379,8 +379,8 @@ provides in order to avoid a conflict with the Enterprise module.</p>
|
||||
<p>This module has several additionnal feature:</p>
|
||||
<ul class="simple">
|
||||
<li>support multi-account bank statement files,</li>
|
||||
<li>attach the file to the bank statement (to facilitate the diagnostic
|
||||
in case of problem),</li>
|
||||
<li>attach the file to the bank statement (to facilitate the diagnostic in
|
||||
case of problem),</li>
|
||||
<li>improved error messages.</li>
|
||||
</ul>
|
||||
<p>This module only provides the technical framework for the import of
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
[project]
|
||||
name = "odoo-addons-oca-bank-statement-import"
|
||||
version = "18.0.20241217.0"
|
||||
version = "18.0.20241217.1"
|
||||
dependencies = [
|
||||
"odoo-addon-account_statement_import_base==18.0.*",
|
||||
"odoo-addon-account_statement_import_file==18.0.*",
|
||||
]
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
|
||||
Reference in New Issue
Block a user