From 9adec206a41d5476937cec086ae3a3fe89182299 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_bank_statement_import_paypal/__manifest__.py | 3 ++- account_bank_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_bank_statement_import_paypal/models/account_journal.py | 1 + account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst | 2 +- .../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 + 12 files changed, 13 insertions(+), 2 deletions(-) diff --git a/account_bank_statement_import_paypal/__manifest__.py b/account_bank_statement_import_paypal/__manifest__.py index e43b7352..eaaff8f7 100644 --- a/account_bank_statement_import_paypal/__manifest__.py +++ b/account_bank_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_bank_statement_import_paypal/data/maps.xml b/account_bank_statement_import_paypal/data/maps.xml index 8aefc8d5..78016504 100644 --- a/account_bank_statement_import_paypal/data/maps.xml +++ b/account_bank_statement_import_paypal/data/maps.xml @@ -2,6 +2,7 @@ diff --git a/account_bank_statement_import_paypal/models/account_bank_statement_import.py b/account_bank_statement_import_paypal/models/account_bank_statement_import.py index 148d395e..37c74dea 100644 --- a/account_bank_statement_import_paypal/models/account_bank_statement_import.py +++ b/account_bank_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_bank_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py b/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py index 6da1bb38..97178b08 100644 --- a/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_mapping.py +++ b/account_bank_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_bank_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py b/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py index 5731c97f..815d1d5b 100644 --- a/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_parser.py +++ b/account_bank_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_bank_statement_import_paypal/models/account_journal.py b/account_bank_statement_import_paypal/models/account_journal.py index 20756fa6..14a519f2 100644 --- a/account_bank_statement_import_paypal/models/account_journal.py +++ b/account_bank_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_bank_statement_import_paypal/readme/CONTRIBUTORS.rst b/account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst index 9a72e9eb..65ad3091 100644 --- a/account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst +++ b/account_bank_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_bank_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py b/account_bank_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py index d5da15ae..769d5649 100644 --- a/account_bank_statement_import_paypal/tests/test_account_bank_statement_import_paypal.py +++ b/account_bank_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_bank_statement_import_paypal/views/account_bank_statement_import.xml b/account_bank_statement_import_paypal/views/account_bank_statement_import.xml index 38e517f0..d1841b3e 100644 --- a/account_bank_statement_import_paypal/views/account_bank_statement_import.xml +++ b/account_bank_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_bank_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml b/account_bank_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml index 14ceae1f..6d6d5c5b 100644 --- a/account_bank_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml +++ b/account_bank_statement_import_paypal/views/account_bank_statement_import_paypal_mapping.xml @@ -2,6 +2,7 @@ diff --git a/account_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py b/account_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py index 28e68209..ec39d6a6 100644 --- a/account_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.py +++ b/account_bank_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_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml b/account_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml index 13a9a22d..6a49de9a 100644 --- a/account_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml +++ b/account_bank_statement_import_paypal/wizards/account_bank_statement_import_paypal_mapping_wizard.xml @@ -2,6 +2,7 @@