diff --git a/README.md b/README.md index 6775fe1a8..35b1ee554 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [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_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.0.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 [//]: # (end addons) diff --git a/account_statement_import_online_ponto/README.rst b/account_statement_import_online_ponto/README.rst index bc04ae5f9..ea99245f7 100644 --- a/account_statement_import_online_ponto/README.rst +++ b/account_statement_import_online_ponto/README.rst @@ -7,7 +7,7 @@ Online Bank Statements: MyPonto.com !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4761a86432e267dd6dc91976fd25d4ea5ae91d06c8f1bf8a50c24c1916268d8e + !! source digest: sha256:f7cd67c94433ec630558bfb75d9258c4f3bc808755beb73b5c56bacb5be77df8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -102,19 +102,19 @@ Authors Contributors ------------ -- Florent de Labarre -- `Tecnativa `__: +- Florent de Labarre +- `Tecnativa `__: - - Pedro M. Baeza - - João Marques + - Pedro M. Baeza + - João Marques -- `Therp BV `__: +- `Therp BV `__: - - Ronald Portier + - Ronald Portier -- `Tesseratech `__: +- `Tesseratech `__: - - Christian Doñate + - Christian Doñate Maintainers ----------- diff --git a/account_statement_import_online_ponto/static/description/index.html b/account_statement_import_online_ponto/static/description/index.html index eda7844f4..528636a0a 100644 --- a/account_statement_import_online_ponto/static/description/index.html +++ b/account_statement_import_online_ponto/static/description/index.html @@ -367,7 +367,7 @@

Online Bank Statements: MyPonto.com

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4761a86432e267dd6dc91976fd25d4ea5ae91d06c8f1bf8a50c24c1916268d8e +!! source digest: sha256:f7cd67c94433ec630558bfb75d9258c4f3bc808755beb73b5c56bacb5be77df8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides online bank statements from MyPonto.com.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5f9ab6b39..04bacf834 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.20241104.0" +version = "17.0.20241119.0" dependencies = [ "odoo-addon-account_statement_import_base>=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_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", ] classifiers=[