From ae4e85ac81771ad9755486f8a51a2b5dfb4df016 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 19 Jan 2025 21:37:20 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + .../README.rst | 22 +++++++++---------- .../static/description/index.html | 10 ++++----- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index b542966d..322a8505 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [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_gocardless](account_statement_import_online_gocardless/) | 17.0.1.0.0 | | Online Bank Statements: GoCardless [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_online_gocardless/README.rst b/account_statement_import_online_gocardless/README.rst index 15847fab..9b6a6f54 100644 --- a/account_statement_import_online_gocardless/README.rst +++ b/account_statement_import_online_gocardless/README.rst @@ -7,7 +7,7 @@ Online Bank Statements: GoCardless !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:86c3a6944d510b258d44f2a74e4e9e433cb0e4f9745ca156414b7a5c0d83efb1 + !! source digest: sha256:c5cab4d314bbbe08be6a4d3d7a697fda2c09f9865055ffe56c876cacaa7b23d5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -43,9 +43,8 @@ Configuration On the GoCardless website ------------------------- -1. Go to - `https://bankaccountdata.gocardless.com `__, - and create or login into your "GoCardLess Bank Account Data" account. +1. Go to https://bankaccountdata.gocardless.com, and create or login + into your "GoCardLess Bank Account Data" account. 2. Go to Developers > User secrets option on the left. 3. Click on the "+ Create new" button on the bottom part. 4. Put a name to the user secret (eg. Odoo), and optionally limit it to @@ -134,19 +133,18 @@ Authors Contributors ------------ -- `ForgeFlow `__: +- `ForgeFlow `__: - - Christopher Ormaza - - Jordi Ballester + - Christopher Ormaza + - Jordi Ballester -- `Tecnativa `__: +- `Tecnativa `__: - - Pedro M. Baeza + - Pedro M. Baeza -- `Alusage `__: +- `Alusage `__: - - Nicolas JEUDY - <`https://github.com/njeudy `__> + - Nicolas JEUDY Maintainers ----------- diff --git a/account_statement_import_online_gocardless/static/description/index.html b/account_statement_import_online_gocardless/static/description/index.html index f0d73481..0145cd19 100644 --- a/account_statement_import_online_gocardless/static/description/index.html +++ b/account_statement_import_online_gocardless/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:86c3a6944d510b258d44f2a74e4e9e433cb0e4f9745ca156414b7a5c0d83efb1 +!! source digest: sha256:c5cab4d314bbbe08be6a4d3d7a697fda2c09f9865055ffe56c876cacaa7b23d5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides online bank statements from GoCardless Bank Account @@ -396,9 +396,8 @@ for bank accounts.

On the GoCardless website

    -
  1. Go to -https://bankaccountdata.gocardless.com, -and create or login into your “GoCardLess Bank Account Data” account.
  2. +
  3. Go to https://bankaccountdata.gocardless.com, and create or login +into your “GoCardLess Bank Account Data” account.
  4. Go to Developers > User secrets option on the left.
  5. Click on the “+ Create new” button on the bottom part.
  6. Put a name to the user secret (eg. Odoo), and optionally limit it to @@ -492,8 +491,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  7. Alusage:
  8. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e8fe1e94..a8098f97 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-bank-statement-import" -version = "17.0.20241231.0" +version = "17.0.20250119.0" dependencies = [ "odoo-addon-account_statement_import_base>=17.0dev,<17.1dev", "odoo-addon-account_statement_import_camt>=17.0dev,<17.1dev", @@ -9,6 +9,7 @@ dependencies = [ "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_gocardless>=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", ]