diff --git a/account_move_template/README.rst b/account_move_template/README.rst index d1ba1806..082c45b1 100644 --- a/account_move_template/README.rst +++ b/account_move_template/README.rst @@ -23,7 +23,7 @@ Account Move Template :target: https://runbot.odoo-community.org/runbot/92/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| The user can configure journal entries templates, useful for recurring entries. The amount of each template line can be computed (through python code) @@ -76,7 +76,7 @@ Authors * Agile Business Group * Aurium Technologies * Vauxoo -* Eficent +* ForgeFlow * Akretion Contributors @@ -98,7 +98,7 @@ Module Contributors * Alex Comba (Port to V8) * Guewen Baconnier * Raf Ven (port to v11) -* Jordi Ballester (EFICENT) +* Jordi Ballester (ForgeFlow) * `Sygel `_: * Harald Panten diff --git a/account_move_template/__manifest__.py b/account_move_template/__manifest__.py index 291f86e7..fa138bfb 100644 --- a/account_move_template/__manifest__.py +++ b/account_move_template/__manifest__.py @@ -8,7 +8,7 @@ "version": "13.0.1.0.0", "category": "Accounting", "summary": "Templates for recurring Journal Entries", - "author": "Agile Business Group, Aurium Technologies, Vauxoo, Eficent, " + "author": "Agile Business Group, Aurium Technologies, Vauxoo, ForgeFlow, " "Akretion, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", "license": "AGPL-3", diff --git a/account_move_template/readme/CONTRIBUTORS.rst b/account_move_template/readme/CONTRIBUTORS.rst index e7bd2c24..07f3cea3 100644 --- a/account_move_template/readme/CONTRIBUTORS.rst +++ b/account_move_template/readme/CONTRIBUTORS.rst @@ -14,7 +14,7 @@ Module Contributors * Alex Comba (Port to V8) * Guewen Baconnier * Raf Ven (port to v11) -* Jordi Ballester (EFICENT) +* Jordi Ballester (ForgeFlow) * `Sygel `_: * Harald Panten diff --git a/account_move_template/static/description/index.html b/account_move_template/static/description/index.html index d87cc47f..01c6623c 100644 --- a/account_move_template/static/description/index.html +++ b/account_move_template/static/description/index.html @@ -425,7 +425,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Agile Business Group
  • Aurium Technologies
  • Vauxoo
  • -
  • Eficent
  • +
  • ForgeFlow
  • Akretion
  • @@ -448,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Alex Comba <alex.comba@agilebg.com> (Port to V8)
  • Guewen Baconnier <guewen.baconnier@camptocamp.com>
  • Raf Ven <raf.ven@dynapps.be> (port to v11)
  • -
  • Jordi Ballester <jordi.ballester@eficent.com> (EFICENT)
  • +
  • Jordi Ballester <jordi.ballester@forgeflow.com> (ForgeFlow)
  • Sygel:
    • Harald Panten <harald.panten@sygel.es>
    • Valentin Vinagre <valentin.vinagre@sygel.es>
    • diff --git a/account_move_template/tests/test_account_move_template.py b/account_move_template/tests/test_account_move_template.py index ac1bd557..bc48fa1e 100644 --- a/account_move_template/tests/test_account_move_template.py +++ b/account_move_template/tests/test_account_move_template.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2018-2019 ForgeFlow, S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). import logging