diff --git a/base_search_mail_content/README.rst b/base_search_mail_content/README.rst index 0e1af54..a463d7d 100644 --- a/base_search_mail_content/README.rst +++ b/base_search_mail_content/README.rst @@ -82,17 +82,17 @@ Credits Authors ~~~~~~~ -* Eficent +* ForgeFlow * SerpentCS * Tecnativa Contributors ~~~~~~~~~~~~ -* Jordi Ballester Alomar +* Jordi Ballester Alomar * Serpent Consulting Services Pvt. Ltd. -* Lois Rilo Antelo -* Aaron Henriquez +* Lois Rilo Antelo +* Aaron Henriquez * `Tecnativa `_: diff --git a/base_search_mail_content/__init__.py b/base_search_mail_content/__init__.py index b89a6bd..19bcb23 100644 --- a/base_search_mail_content/__init__.py +++ b/base_search_mail_content/__init__.py @@ -1,5 +1,5 @@ -# Copyright 2016 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2016 ForgeFlow S.L. +# (http://www.forgeflow.com) # Copyright 2016 Serpent Consulting Services Pvt. Ltd. # () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/base_search_mail_content/__manifest__.py b/base_search_mail_content/__manifest__.py index 2188035..807c7c7 100644 --- a/base_search_mail_content/__manifest__.py +++ b/base_search_mail_content/__manifest__.py @@ -1,5 +1,5 @@ -# Copyright 2016 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2016 ForgeFlow S.L. +# (http://www.forgeflow.com) # Copyright 2016 Serpent Consulting Services Pvt. Ltd. # () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). @@ -7,7 +7,7 @@ { "name": "Base Search Mail Content", "version": "13.0.1.0.1", - "author": "Eficent, SerpentCS, Tecnativa, Odoo Community Association (OCA)", + "author": "ForgeFlow, SerpentCS, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/social", "category": "Social", "data": ["data/trgm_index_data.xml"], diff --git a/base_search_mail_content/models/__init__.py b/base_search_mail_content/models/__init__.py index c965376..c3127c5 100644 --- a/base_search_mail_content/models/__init__.py +++ b/base_search_mail_content/models/__init__.py @@ -1,5 +1,5 @@ -# Copyright 2016-17 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2016-17 ForgeFlow S.L. +# (http://www.forgeflow.com) # Copyright 2016 Serpent Consulting Services Pvt. Ltd. # () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/base_search_mail_content/models/mail_thread.py b/base_search_mail_content/models/mail_thread.py index 27ea510..b69685b 100644 --- a/base_search_mail_content/models/mail_thread.py +++ b/base_search_mail_content/models/mail_thread.py @@ -1,5 +1,5 @@ -# Copyright 2016-17 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2016-17 ForgeFlow S.L. +# (http://www.forgeflow.com) # Copyright 2016 Serpent Consulting Services Pvt. Ltd. # () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/base_search_mail_content/models/trgm_index.py b/base_search_mail_content/models/trgm_index.py index 960fdb4..6026764 100644 --- a/base_search_mail_content/models/trgm_index.py +++ b/base_search_mail_content/models/trgm_index.py @@ -1,4 +1,4 @@ -# Copyright 2016 Eficent Business and IT Consulting Services S.L. +# Copyright 2016 ForgeFlow S.L. # Copyright 2016 Serpent Consulting Services Pvt. Ltd. # Copyright 2017 LasLabs Inc. # Copyright 2018 Tecnativa - Vicent Cubells diff --git a/base_search_mail_content/readme/CONTRIBUTORS.rst b/base_search_mail_content/readme/CONTRIBUTORS.rst index f8810a3..c47edfd 100644 --- a/base_search_mail_content/readme/CONTRIBUTORS.rst +++ b/base_search_mail_content/readme/CONTRIBUTORS.rst @@ -1,7 +1,7 @@ -* Jordi Ballester Alomar +* Jordi Ballester Alomar * Serpent Consulting Services Pvt. Ltd. -* Lois Rilo Antelo -* Aaron Henriquez +* Lois Rilo Antelo +* Aaron Henriquez * `Tecnativa `_: diff --git a/base_search_mail_content/static/description/index.html b/base_search_mail_content/static/description/index.html index 06f8ef0..100a275 100644 --- a/base_search_mail_content/static/description/index.html +++ b/base_search_mail_content/static/description/index.html @@ -422,7 +422,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Authors

    -
  • Eficent
  • +
  • ForgeFlow
  • SerpentCS
  • Tecnativa
@@ -430,10 +430,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Contributors

    -
  • Jordi Ballester Alomar <jordi.ballester@eficent.com>
  • +
  • Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
  • Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  • -
  • Lois Rilo Antelo <lois.rilo@eficent.com>
  • -
  • Aaron Henriquez <ahenriquez@eficent.com>
  • +
  • Lois Rilo Antelo <lois.rilo@forgeflow.com>
  • +
  • Aaron Henriquez <ahenriquez@forgeflow.com>
  • Tecnativa:
    • Vicent Cubells
    • Ernesto Tejeda
    • diff --git a/base_search_mail_content/tests/test_base_search_mail_content.py b/base_search_mail_content/tests/test_base_search_mail_content.py index b10aeab..be9ea14 100644 --- a/base_search_mail_content/tests/test_base_search_mail_content.py +++ b/base_search_mail_content/tests/test_base_search_mail_content.py @@ -1,5 +1,5 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo.tests.common import TransactionCase