diff --git a/README.md b/README.md index 157664ea..b37789e5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_statement_import](account_statement_import/) | 14.0.3.3.2 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files +[account_statement_import](account_statement_import/) | 14.0.3.3.3 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files [account_statement_import_base](account_statement_import_base/) | 14.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_camt](account_statement_import_camt/) | 14.0.1.2.1 | | CAMT Format Bank Statements Import [account_statement_import_camt54](account_statement_import_camt54/) | 14.0.1.1.0 | | Bank Account Camt54 Import diff --git a/account_statement_import/README.rst b/account_statement_import/README.rst index e64eb1cd..cec841cd 100644 --- a/account_statement_import/README.rst +++ b/account_statement_import/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:bde27841df5c67349c34e55f7a214d4d0819c77b5dc0fc7c99994168aa3dd84e + !! source digest: sha256:78e03b94b03e5c4b02463395b087e4424945b928907fdb3b15fb9d56643d646e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_statement_import/__manifest__.py b/account_statement_import/__manifest__.py index 021f72df..21c25d04 100644 --- a/account_statement_import/__manifest__.py +++ b/account_statement_import/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Import Statement Files", "category": "Accounting", - "version": "14.0.3.3.2", + "version": "14.0.3.3.3", "license": "LGPL-3", "depends": ["account_statement_import_base"], "author": "Odoo SA, Akretion, Odoo Community Association (OCA)", diff --git a/account_statement_import/static/description/index.html b/account_statement_import/static/description/index.html index e10a328f..2ceb81c2 100644 --- a/account_statement_import/static/description/index.html +++ b/account_statement_import/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:bde27841df5c67349c34e55f7a214d4d0819c77b5dc0fc7c99994168aa3dd84e +!! source digest: sha256:78e03b94b03e5c4b02463395b087e4424945b928907fdb3b15fb9d56643d646e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module is the successor of the module account_bank_statement_import that was part of Odoo Community until Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf this commit). We decided to change its name and the name of the wizard object it provides in order to avoid a conflict with the Enterprise module.