diff --git a/README.md b/README.md index b39c538c..c0e08ffc 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/) | 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 [//]: # (end addons) diff --git a/account_statement_import_file/README.rst b/account_statement_import_file/README.rst index 6b3dd7d7..b9df5579 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:05b01603d319c8d76bf854f4c741c8439547285d1db7cfddfdd65d8c75a06e54 + !! source digest: sha256:617132b3a1943c54ccad25dfc759a97108915b2d1f9d78c4c4ed5682358fdc4d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_statement_import_file/static/description/index.html b/account_statement_import_file/static/description/index.html index 57f7c67b..ec2f814c 100644 --- a/account_statement_import_file/static/description/index.html +++ b/account_statement_import_file/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:05b01603d319c8d76bf854f4c741c8439547285d1db7cfddfdd65d8c75a06e54 +!! source digest: sha256:617132b3a1943c54ccad25dfc759a97108915b2d1f9d78c4c4ed5682358fdc4d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module is the successor of the module diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 27ea1764..a1b1b2c2 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-bank-statement-import" -version = "17.0.20240205.0" +version = "17.0.20240514.0" dependencies = [ "odoo-addon-account_statement_import_base>=17.0dev,<17.1dev", + "odoo-addon-account_statement_import_file>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",