Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Dec 17, 2024
1 parent 85bd068 commit 704b568
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
22 changes: 11 additions & 11 deletions account_statement_import_file/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -97,17 +97,17 @@ Authors
Contributors
------------

- Odoo S.A.
- Odoo S.A.

- Alexis de Lattre <[email protected]>
- Alexis de Lattre <[email protected]>

- 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 <[email protected]>
- Do Anh Duy <[email protected]>

Other credits
-------------
Expand Down
6 changes: 3 additions & 3 deletions account_statement_import_file/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Import Statement Files</h1>
!! 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
Expand All @@ -379,8 +379,8 @@ <h1 class="title">Import Statement Files</h1>
<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
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 704b568

Please sign in to comment.