From e2ac86b40ac6a29f8e7bdb06256b5d09e44fb18d Mon Sep 17 00:00:00 2001 From: mreficent Date: Thu, 1 Oct 2020 09:50:51 +0200 Subject: [PATCH] [UPD] Eficent -> ForgeFlow --- mail_activity_team/__manifest__.py | 4 ++-- mail_activity_team/models/mail_activity.py | 2 +- mail_activity_team/models/mail_activity_team.py | 2 +- mail_activity_team/models/res_users.py | 2 +- mail_activity_team/readme/CONTRIBUTORS.rst | 6 +++--- mail_activity_team/tests/test_mail_activity_team.py | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mail_activity_team/__manifest__.py b/mail_activity_team/__manifest__.py index 459490c..08032a7 100644 --- a/mail_activity_team/__manifest__.py +++ b/mail_activity_team/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# Copyright 2018 ForgeFlow, S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Mail Activity Team", @@ -7,7 +7,7 @@ "development_status": "Beta", "category": "Social Network", "website": "https://github.com/OCA/social", - "author": "Eficent, Odoo Community Association (OCA)", + "author": "ForgeFlow, Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, "depends": ["mail_activity_board"], diff --git a/mail_activity_team/models/mail_activity.py b/mail_activity_team/models/mail_activity.py index b54029d..2417835 100644 --- a/mail_activity_team/models/mail_activity.py +++ b/mail_activity_team/models/mail_activity.py @@ -1,4 +1,4 @@ -# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# Copyright 2018 ForgeFlow, S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import SUPERUSER_ID, _, api, fields, models from odoo.exceptions import ValidationError diff --git a/mail_activity_team/models/mail_activity_team.py b/mail_activity_team/models/mail_activity_team.py index 894f9ac..7a34e66 100644 --- a/mail_activity_team/models/mail_activity_team.py +++ b/mail_activity_team/models/mail_activity_team.py @@ -1,4 +1,4 @@ -# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# Copyright 2018 ForgeFlow, S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import api, fields, models diff --git a/mail_activity_team/models/res_users.py b/mail_activity_team/models/res_users.py index 97ce840..b30bfa1 100644 --- a/mail_activity_team/models/res_users.py +++ b/mail_activity_team/models/res_users.py @@ -1,4 +1,4 @@ -# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# Copyright 2018 ForgeFlow, S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import fields, models diff --git a/mail_activity_team/readme/CONTRIBUTORS.rst b/mail_activity_team/readme/CONTRIBUTORS.rst index b1d9cc4..1d602f0 100644 --- a/mail_activity_team/readme/CONTRIBUTORS.rst +++ b/mail_activity_team/readme/CONTRIBUTORS.rst @@ -1,5 +1,5 @@ -* `Eficent `_: +* `ForgeFlow `_: - * Jordi Ballester Alomar (jordi.ballester@eficent.com) - * Miquel Raïch (miquel.raich@eficent.com) + * Jordi Ballester Alomar (jordi.ballester@forgeflow.com) + * Miquel Raïch (miquel.raich@forgeflow.com) * Pedro Gonzalez (pedro.gonzalez@pesol.es) diff --git a/mail_activity_team/tests/test_mail_activity_team.py b/mail_activity_team/tests/test_mail_activity_team.py index 8835515..dd45c42 100644 --- a/mail_activity_team/tests/test_mail_activity_team.py +++ b/mail_activity_team/tests/test_mail_activity_team.py @@ -1,4 +1,4 @@ -# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# Copyright 2018 ForgeFlow, S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo.exceptions import ValidationError from odoo.tests.common import TransactionCase