[UPD] Eficent -> ForgeFlow

pull/1129/head
Miquel Raïch 2022-04-06 12:09:56 +02:00 committed by Raf Ven
parent 4e8078cd41
commit e2aee0a907
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L. # Copyright 2018-22 ForgeFlow S.L.
# Copyright 2021 Sodexis # Copyright 2021 Sodexis
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ {

View File

@ -1,4 +1,4 @@
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L. # Copyright 2018-22 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import SUPERUSER_ID, _, api, fields, models from odoo import SUPERUSER_ID, _, api, fields, models
from odoo.exceptions import ValidationError from odoo.exceptions import ValidationError

View File

@ -1,4 +1,4 @@
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L. # Copyright 2018-22 ForgeFlow S.L.
# Copyright 2021 Sodexis # Copyright 2021 Sodexis
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models from odoo import api, fields, models

View File

@ -1,4 +1,4 @@
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L. # Copyright 2018-22 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models, modules from odoo import api, fields, models, modules

View File

@ -1,7 +1,7 @@
* `ForgeFlow <https://www.forgeflow.com>`_: * `ForgeFlow <https://www.forgeflow.com>`_:
* Jordi Ballester Alomar (jordi.ballester@eficent.com) * Jordi Ballester Alomar (jordi.ballester@forgeflow.com)
* Miquel Raïch (miquel.raich@eficent.com) * Miquel Raïch (miquel.raich@forgeflow.com)
* Bernat Puig Font (bernat.puig@forgeflow.com) * Bernat Puig Font (bernat.puig@forgeflow.com)
* Pedro Gonzalez (pedro.gonzalez@pesol.es) * Pedro Gonzalez (pedro.gonzalez@pesol.es)
* `Tecnativa <https://www.tecnativa.com>`_: * `Tecnativa <https://www.tecnativa.com>`_:

View File

@ -1,4 +1,4 @@
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L. # Copyright 2018-22 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.exceptions import ValidationError from odoo.exceptions import ValidationError
from odoo.tests.common import TransactionCase from odoo.tests.common import TransactionCase