[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-12-17 16:18:29 +00:00
parent 41fe72417d
commit 65a842417e
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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",