diff --git a/README.md b/README.md index abf4e1a3..27102410 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/account_statement_import_file/README.rst b/account_statement_import_file/README.rst index a25292c2..830a656d 100644 --- a/account_statement_import_file/README.rst +++ b/account_statement_import_file/README.rst @@ -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 de Lattre -- Tecnativa - Pedro M. Baeza +- Tecnativa - Pedro M. Baeza -- Sygel - Manuel Regidor +- Sygel - Manuel Regidor -- Trobz +- Trobz - - Do Anh Duy + - Do Anh Duy Other credits ------------- diff --git a/account_statement_import_file/static/description/index.html b/account_statement_import_file/static/description/index.html index a207230c..b11af6bc 100644 --- a/account_statement_import_file/static/description/index.html +++ b/account_statement_import_file/static/description/index.html @@ -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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: LGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

This module is the successor of the module @@ -379,8 +379,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 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 3afb80b0..cdccb527 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -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",