diff --git a/README.md b/README.md index b0eeda0a..b542966d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [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 +[account_statement_import_ofx](account_statement_import_ofx/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import OFX Bank Statement [account_statement_import_online](account_statement_import_online/) | 17.0.1.0.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update [account_statement_import_online_ponto](account_statement_import_online_ponto/) | 17.0.1.1.1 | | Online Bank Statements: MyPonto.com [account_statement_import_sheet_file](account_statement_import_sheet_file/) | 17.0.1.1.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Import TXT/CSV or XLSX files as Bank Statements in Odoo diff --git a/account_statement_import_ofx/README.rst b/account_statement_import_ofx/README.rst index 2d7875d0..2b65d35c 100644 --- a/account_statement_import_ofx/README.rst +++ b/account_statement_import_ofx/README.rst @@ -7,7 +7,7 @@ Import OFX Bank Statement !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1716bd49010fb3f50b7f5ffc4ade620361a09a4b341089d3dc456197bf779819 + !! source digest: sha256:7011ad57fca9e266ac8e44430845b9aa46f7148dc8e14a75e3adc2086f5f0f12 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -75,13 +75,13 @@ Authors Contributors ------------ -- Odoo SA -- Alexis de Lattre -- Laurent Mignon -- Ronald Portier -- Sylvain LE GAL -- Nicolas JEUDY -- Le Filament +- Odoo SA +- Alexis de Lattre +- Laurent Mignon +- Ronald Portier +- Sylvain LE GAL +- Nicolas JEUDY +- Le Filament Maintainers ----------- diff --git a/account_statement_import_ofx/static/description/index.html b/account_statement_import_ofx/static/description/index.html index 1734c306..8db4a8b9 100644 --- a/account_statement_import_ofx/static/description/index.html +++ b/account_statement_import_ofx/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:1716bd49010fb3f50b7f5ffc4ade620361a09a4b341089d3dc456197bf779819 +!! source digest: sha256:7011ad57fca9e266ac8e44430845b9aa46f7148dc8e14a75e3adc2086f5f0f12 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds support for the import of bank statements in OFX diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 07ecd225..e8fe1e94 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-bank-statement-import" -version = "17.0.20241217.0" +version = "17.0.20241231.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", + "odoo-addon-account_statement_import_ofx>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_online>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_online_ponto>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_sheet_file>=17.0dev,<17.1dev",