From 3f21c763e40574cfd9947acd0426ac642f81070c Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Wed, 30 Sep 2020 06:19:26 +0300 Subject: [PATCH] [REBRAND] account_bank_statement_import_paypal --- account_statement_import_paypal/README.rst | 4 ++-- account_statement_import_paypal/__manifest__.py | 3 ++- account_statement_import_paypal/data/maps.xml | 1 + .../models/account_bank_statement_import.py | 1 + .../models/account_bank_statement_import_paypal_mapping.py | 1 + .../models/account_bank_statement_import_paypal_parser.py | 1 + account_statement_import_paypal/models/account_journal.py | 1 + account_statement_import_paypal/readme/CONTRIBUTORS.rst | 2 +- account_statement_import_paypal/static/description/index.html | 4 ++-- .../tests/test_account_bank_statement_import_paypal.py | 1 + .../views/account_bank_statement_import.xml | 1 + .../views/account_bank_statement_import_paypal_mapping.xml | 1 + .../account_bank_statement_import_paypal_mapping_wizard.py | 1 + .../account_bank_statement_import_paypal_mapping_wizard.xml | 1 + 14 files changed, 17 insertions(+), 6 deletions(-) diff --git a/account_statement_import_paypal/README.rst b/account_statement_import_paypal/README.rst index 211434b5..f296b884 100644 --- a/account_statement_import_paypal/README.rst +++ b/account_statement_import_paypal/README.rst @@ -92,7 +92,7 @@ Authors ~~~~~~~ * Akretion -* Brainbean Apps +* CorporateHub Contributors ~~~~~~~~~~~~ @@ -105,7 +105,7 @@ Contributors * Victor M.M. Torres * Carlos Roca -* Alexey Pelykh +* Alexey Pelykh (`CorporateHub `__) Maintainers ~~~~~~~~~~~ diff --git a/account_statement_import_paypal/__manifest__.py b/account_statement_import_paypal/__manifest__.py index e43b7352..eaaff8f7 100644 --- a/account_statement_import_paypal/__manifest__.py +++ b/account_statement_import_paypal/__manifest__.py @@ -1,6 +1,7 @@ # Copyright 2014-2017 Akretion (http://www.akretion.com). # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { @@ -9,7 +10,7 @@ "version": "13.0.1.0.0", "category": "Accounting", "website": "https://github.com/OCA/bank-statement-import", - "author": "Akretion, " "Brainbean Apps, " "Odoo Community Association (OCA)", + "author": "Akretion, CorporateHub, Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, "depends": [ diff --git a/account_statement_import_paypal/data/maps.xml b/account_statement_import_paypal/data/maps.xml index 8aefc8d5..78016504 100644 --- a/account_statement_import_paypal/data/maps.xml +++ b/account_statement_import_paypal/data/maps.xml @@ -2,6 +2,7 @@ diff --git a/account_statement_import_paypal/models/account_bank_statement_import.py b/account_statement_import_paypal/models/account_bank_statement_import.py index 148d395e..37c74dea 100644 --- a/account_statement_import_paypal/models/account_bank_statement_import.py +++ b/account_statement_import_paypal/models/account_bank_statement_import.py @@ -1,6 +1,7 @@ # Copyright 2014-2017 Akretion (http://www.akretion.com). # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import logging diff --git a/account_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py b/account_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py index 6da1bb38..97178b08 100644 --- a/account_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py +++ b/account_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py @@ -1,5 +1,6 @@ # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import api, fields, models diff --git a/account_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py b/account_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py index 5731c97f..815d1d5b 100644 --- a/account_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py +++ b/account_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py @@ -1,5 +1,6 @@ # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import itertools diff --git a/account_statement_import_paypal/models/account_journal.py b/account_statement_import_paypal/models/account_journal.py index 20756fa6..14a519f2 100644 --- a/account_statement_import_paypal/models/account_journal.py +++ b/account_statement_import_paypal/models/account_journal.py @@ -1,5 +1,6 @@ # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import models diff --git a/account_statement_import_paypal/readme/CONTRIBUTORS.rst b/account_statement_import_paypal/readme/CONTRIBUTORS.rst index 9a72e9eb..65ad3091 100644 --- a/account_statement_import_paypal/readme/CONTRIBUTORS.rst +++ b/account_statement_import_paypal/readme/CONTRIBUTORS.rst @@ -6,4 +6,4 @@ * Victor M.M. Torres * Carlos Roca -* Alexey Pelykh +* Alexey Pelykh (`CorporateHub `__) diff --git a/account_statement_import_paypal/static/description/index.html b/account_statement_import_paypal/static/description/index.html index a3179d9c..30c95c25 100644 --- a/account_statement_import_paypal/static/description/index.html +++ b/account_statement_import_paypal/static/description/index.html @@ -445,7 +445,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Authors

  • Akretion
  • -
  • Brainbean Apps
  • +
  • CorporateHub
@@ -459,7 +459,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Carlos Roca
  • -
  • Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
  • +
  • Alexey Pelykh <alexey.pelykh@corphub.eu> (CorporateHub)
  • diff --git a/account_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py b/account_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py index d5da15ae..769d5649 100644 --- a/account_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py +++ b/account_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py @@ -1,5 +1,6 @@ # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from base64 import b64encode diff --git a/account_statement_import_paypal/views/account_bank_statement_import.xml b/account_statement_import_paypal/views/account_bank_statement_import.xml index 38e517f0..d1841b3e 100644 --- a/account_statement_import_paypal/views/account_bank_statement_import.xml +++ b/account_statement_import_paypal/views/account_bank_statement_import.xml @@ -3,6 +3,7 @@ Copyright 2014-2017 Akretion (http://www.akretion.com). Copyright 2019 Tecnativa - Vicent Cubells Copyright 2019 Brainbean Apps (https://brainbeanapps.com) + Copyright 2020 CorporateHub (https://corporatehub.eu) License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> diff --git a/account_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml b/account_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml index 14ceae1f..6d6d5c5b 100644 --- a/account_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml +++ b/account_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml @@ -2,6 +2,7 @@ diff --git a/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py b/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py index 28e68209..ec39d6a6 100644 --- a/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py +++ b/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py @@ -1,5 +1,6 @@ # Copyright 2019 Tecnativa - Vicent Cubells # Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import json diff --git a/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml b/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml index 13a9a22d..6a49de9a 100644 --- a/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml +++ b/account_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml @@ -2,6 +2,7 @@