diff --git a/README.md b/README.md index 95d9fc0e..58b275ca 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.1 | [](https://github.com/alexis-via) | Import Statement Files +[account_statement_import](account_statement_import/) | 14.0.3.3.2 | [](https://github.com/alexis-via) | Import Statement Files [account_statement_import_base](account_statement_import_base/) | 14.0.1.0.0 | [](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 49d765cb..e64eb1cd 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:892584d9edffc0166335bf92634566cbf1b4c90d44b0bae10e158ba2fce290c2 + !! source digest: sha256:bde27841df5c67349c34e55f7a214d4d0819c77b5dc0fc7c99994168aa3dd84e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 a89113bb..021f72df 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.1", + "version": "14.0.3.3.2", "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 4502fbe2..e10a328f 100644 --- a/account_statement_import/static/description/index.html +++ b/account_statement_import/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:892584d9edffc0166335bf92634566cbf1b4c90d44b0bae10e158ba2fce290c2 +!! source digest: sha256:bde27841df5c67349c34e55f7a214d4d0819c77b5dc0fc7c99994168aa3dd84e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->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.