diff --git a/README.md b/README.md index 190e7461..2d5f1777 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_bank_statement_clear_partner](account_bank_statement_clear_partner/) | 15.0.1.0.1 | | Clear all partners in bank statement lines [account_bank_statement_import_move_line](account_bank_statement_import_move_line/) | 15.0.1.0.0 | [](https://github.com/pedrobaeza) | Import journal items into bank statement -[account_statement_import](account_statement_import/) | 15.0.3.1.0 | [](https://github.com/alexis-via) | Import Statement Files +[account_statement_import](account_statement_import/) | 15.0.3.1.1 | [](https://github.com/alexis-via) | Import Statement Files [account_statement_import_base](account_statement_import_base/) | 15.0.1.0.0 | [](https://github.com/alexis-via) | Base module for Bank Statement Import [account_statement_import_camt](account_statement_import_camt/) | 15.0.1.0.1 | | CAMT Format Bank Statements Import [account_statement_import_camt54](account_statement_import_camt54/) | 15.0.1.0.0 | | Bank Account Camt54 Import diff --git a/account_statement_import/README.rst b/account_statement_import/README.rst index cb6bb24e..9a6bb88a 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:83ee2736f66d58e0b52663fd70ede9a8c061bb0dc3e30f727afa76de874a761e + !! source digest: sha256:2b892a73fed3778428f8d5a717b7d7ebcd4aa0be2494565028a7c0517be59598 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 7e480775..1619a53f 100644 --- a/account_statement_import/__manifest__.py +++ b/account_statement_import/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Import Statement Files", "category": "Accounting", - "version": "15.0.3.1.0", + "version": "15.0.3.1.1", "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 af06fed2..d4c3fa2d 100644 --- a/account_statement_import/static/description/index.html +++ b/account_statement_import/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:83ee2736f66d58e0b52663fd70ede9a8c061bb0dc3e30f727afa76de874a761e +!! source digest: sha256:2b892a73fed3778428f8d5a717b7d7ebcd4aa0be2494565028a7c0517be59598 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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.