diff --git a/README.md b/README.md index 2056bee6d..b0eeda0a4 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 | [![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/) | 17.0.1.0.0 | | CAMT Format Bank Statements Import [account_statement_import_file](account_statement_import_file/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files [account_statement_import_file_reconcile_oca](account_statement_import_file_reconcile_oca/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation [account_statement_import_move_line](account_statement_import_move_line/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Import journal items into bank statement diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 04bacf834..07ecd2255 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.20241119.0" +version = "17.0.20241217.0" dependencies = [ "odoo-addon-account_statement_import_base>=17.0dev,<17.1dev", + "odoo-addon-account_statement_import_camt>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_file>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_file_reconcile_oca>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_move_line>=17.0dev,<17.1dev",