[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-12-17 18:30:25 +00:00
parent 85bd0689b2
commit 704b56818c
4 changed files with 17 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[account_statement_import_base](account_statement_import_base/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statement Import
[account_statement_import_file](account_statement_import_file/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files
[//]: # (end addons)

View File

@@ -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
@@ -38,8 +38,8 @@ 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),
- 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

View File

@@ -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&amp;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

View File

@@ -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",