diff --git a/account_bank_statement_import_split/__manifest__.py b/account_bank_statement_import_split/__manifest__.py index 6df6cce..4d4162c 100644 --- a/account_bank_statement_import_split/__manifest__.py +++ b/account_bank_statement_import_split/__manifest__.py @@ -1,11 +1,12 @@ # 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). { 'name': 'Account Bank Statement Import: Split by date', 'version': '12.0.1.0.1', 'author': - 'Brainbean Apps, ' + 'CorporateHub, ' 'Odoo Community Association (OCA)', 'maintainers': ['alexey-pelykh'], 'website': 'https://github.com/OCA/bank-statement-import/', diff --git a/account_bank_statement_import_split/models/account_bank_statement_import.py b/account_bank_statement_import_split/models/account_bank_statement_import.py index c28f6b0..32e2a4e 100644 --- a/account_bank_statement_import_split/models/account_bank_statement_import.py +++ b/account_bank_statement_import_split/models/account_bank_statement_import.py @@ -1,4 +1,5 @@ # 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.html). from odoo import api, fields, models diff --git a/account_bank_statement_import_split/readme/CONTRIBUTORS.rst b/account_bank_statement_import_split/readme/CONTRIBUTORS.rst index 1c6a35a..f6a08cb 100644 --- a/account_bank_statement_import_split/readme/CONTRIBUTORS.rst +++ b/account_bank_statement_import_split/readme/CONTRIBUTORS.rst @@ -1 +1 @@ -* Alexey Pelykh +* Alexey Pelykh (`CorporateHub `__) diff --git a/account_bank_statement_import_split/readme/DESCRIPTION.rst b/account_bank_statement_import_split/readme/DESCRIPTION.rst index 492d641..947efe1 100644 --- a/account_bank_statement_import_split/readme/DESCRIPTION.rst +++ b/account_bank_statement_import_split/readme/DESCRIPTION.rst @@ -3,3 +3,5 @@ This module allows splitting statements by date during import: * as daily statements * as weekly statements * as monthly statements + +For support please contact `CorporateHub `__. diff --git a/account_bank_statement_import_split/tests/test_account_bank_statement_import_split.py b/account_bank_statement_import_split/tests/test_account_bank_statement_import_split.py index d352fc3..6901071 100644 --- a/account_bank_statement_import_split/tests/test_account_bank_statement_import_split.py +++ b/account_bank_statement_import_split/tests/test_account_bank_statement_import_split.py @@ -1,4 +1,5 @@ # 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 fields diff --git a/account_bank_statement_import_split/views/account_bank_statement_import.xml b/account_bank_statement_import_split/views/account_bank_statement_import.xml index fe35a52..26e08f8 100644 --- a/account_bank_statement_import_split/views/account_bank_statement_import.xml +++ b/account_bank_statement_import_split/views/account_bank_statement_import.xml @@ -1,6 +1,7 @@