Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 19, 2024
1 parent 32b5a29 commit f604acd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
18 changes: 9 additions & 9 deletions account_statement_import_online_ponto/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -102,19 +102,19 @@ Authors
Contributors
------------

- Florent de Labarre
- `Tecnativa <https://www.tecnativa.com>`__:
- Florent de Labarre
- `Tecnativa <https://www.tecnativa.com>`__:

- Pedro M. Baeza
- João Marques
- Pedro M. Baeza
- João Marques

- `Therp BV <https://therp.nl>`__:
- `Therp BV <https://therp.nl>`__:

- Ronald Portier <[email protected]>
- Ronald Portier <[email protected]>

- `Tesseratech <https://tesseratech.es>`__:
- `Tesseratech <https://tesseratech.es>`__:

- Christian Doñate
- Christian Doñate

Maintainers
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Online Bank Statements: MyPonto.com</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4761a86432e267dd6dc91976fd25d4ea5ae91d06c8f1bf8a50c24c1916268d8e
!! source digest: sha256:f7cd67c94433ec630558bfb75d9258c4f3bc808755beb73b5c56bacb5be77df8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_online_ponto"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_online_ponto"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module provides online bank statements from MyPonto.com.</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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=[
Expand Down

0 comments on commit f604acd

Please sign in to comment.