diff --git a/account_skip_bank_reconciliation/__manifest__.py b/account_skip_bank_reconciliation/__manifest__.py index f8f1199b..e8ef855b 100644 --- a/account_skip_bank_reconciliation/__manifest__.py +++ b/account_skip_bank_reconciliation/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Eficent Business and IT Consulting Services S.L. +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { @@ -7,7 +7,7 @@ "all journal items of a reconcilable account", "version": "12.0.1.0.0", "depends": ["account"], - "author": "Eficent, Odoo Community Association (OCA)", + "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "http://www.github.com/OCA/account-reconcile", "category": "Finance", "data": [ diff --git a/account_skip_bank_reconciliation/models/account_account.py b/account_skip_bank_reconciliation/models/account_account.py index e0331405..b113940c 100644 --- a/account_skip_bank_reconciliation/models/account_account.py +++ b/account_skip_bank_reconciliation/models/account_account.py @@ -1,4 +1,4 @@ -# © 2018 Eficent Business and IT Consulting Services S.L. (www.eficent.com) +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import fields, models diff --git a/account_skip_bank_reconciliation/models/account_reconcile_model.py b/account_skip_bank_reconciliation/models/account_reconcile_model.py index 66dccea1..76f44d95 100644 --- a/account_skip_bank_reconciliation/models/account_reconcile_model.py +++ b/account_skip_bank_reconciliation/models/account_reconcile_model.py @@ -1,4 +1,4 @@ -# © 2018-19 Eficent Business and IT Consulting Services S.L. (www.eficent.com) +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, models diff --git a/account_skip_bank_reconciliation/models/reconciliation_widget.py b/account_skip_bank_reconciliation/models/reconciliation_widget.py index 28439338..b553efc1 100644 --- a/account_skip_bank_reconciliation/models/reconciliation_widget.py +++ b/account_skip_bank_reconciliation/models/reconciliation_widget.py @@ -1,4 +1,4 @@ -# © 2018-19 Eficent Business and IT Consulting Services S.L. (www.eficent.com) +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, models diff --git a/account_skip_bank_reconciliation/readme/CONTRIBUTORS.rst b/account_skip_bank_reconciliation/readme/CONTRIBUTORS.rst index 2e34e218..fba5ce30 100644 --- a/account_skip_bank_reconciliation/readme/CONTRIBUTORS.rst +++ b/account_skip_bank_reconciliation/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ -* Miquel Raïch +* Miquel Raïch +* Adrià Gil Sorribes