From b72e470717565371eb4d75a1d38f6e73dd43b2b0 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Sat, 26 Sep 2020 10:55:21 +0300 Subject: [PATCH] [REBRAND] account_bank_statement_import_online_paypal --- account_bank_statement_import_online_paypal/README.rst | 5 +++-- account_bank_statement_import_online_paypal/__manifest__.py | 5 ++--- .../models/online_bank_statement_provider_paypal.py | 2 +- .../readme/DESCRIPTION.rst | 2 ++ .../static/description/index.html | 4 ++-- .../test_account_bank_statement_import_online_paypal.py | 2 +- .../views/online_bank_statement_provider.xml | 2 +- 7 files changed, 12 insertions(+), 10 deletions(-) diff --git a/account_bank_statement_import_online_paypal/README.rst b/account_bank_statement_import_online_paypal/README.rst index b15739a8..b2e26e41 100644 --- a/account_bank_statement_import_online_paypal/README.rst +++ b/account_bank_statement_import_online_paypal/README.rst @@ -28,6 +28,8 @@ Online Bank Statements: PayPal.com This module provides online bank statements from `PayPal.com `_. +For support please contact `CorporateHub `_. + **Table of contents** .. contents:: @@ -107,8 +109,7 @@ Credits Authors ~~~~~~~ -* Brainbean Apps -* Dataplug +* CorporateHub Contributors ~~~~~~~~~~~~ diff --git a/account_bank_statement_import_online_paypal/__manifest__.py b/account_bank_statement_import_online_paypal/__manifest__.py index 436a5466..7cbda544 100644 --- a/account_bank_statement_import_online_paypal/__manifest__.py +++ b/account_bank_statement_import_online_paypal/__manifest__.py @@ -1,13 +1,12 @@ # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) -# Copyright 2019 Dataplug (https://dataplug.io) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': 'Online Bank Statements: PayPal.com', 'version': '12.0.1.1.0', 'author': - 'Brainbean Apps, ' - 'Dataplug, ' + 'CorporateHub, ' 'Odoo Community Association (OCA)', 'maintainers': ['alexey-pelykh'], 'website': 'https://github.com/OCA/bank-statement-import/', diff --git a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py index d4e10f9b..d5af63e0 100644 --- a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py +++ b/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py @@ -1,5 +1,5 @@ # Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com) -# Copyright 2019-2020 Dataplug (https://dataplug.io) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from base64 import b64encode diff --git a/account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst b/account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst index a2a7a3e4..4dd8f985 100644 --- a/account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst +++ b/account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst @@ -1,2 +1,4 @@ This module provides online bank statements from `PayPal.com `_. + +For support please contact `CorporateHub `_. diff --git a/account_bank_statement_import_online_paypal/static/description/index.html b/account_bank_statement_import_online_paypal/static/description/index.html index 8683438b..b4899a72 100644 --- a/account_bank_statement_import_online_paypal/static/description/index.html +++ b/account_bank_statement_import_online_paypal/static/description/index.html @@ -370,6 +370,7 @@ ul.auto-toc {

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

This module provides online bank statements from PayPal.com.

+

For support please contact CorporateHub.

Table of contents

    @@ -457,8 +458,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    Authors

      -
    • Brainbean Apps
    • -
    • Dataplug
    • +
    • CorporateHub
    diff --git a/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py b/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py index 30f5092b..9253b043 100644 --- a/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py +++ b/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py @@ -1,5 +1,5 @@ # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) -# Copyright 2019 Dataplug (https://dataplug.io) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from datetime import datetime diff --git a/account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml b/account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml index 0ec34e05..204b4a1c 100644 --- a/account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml +++ b/account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml @@ -1,7 +1,7 @@