mirror of https://github.com/OCA/social.git
[UPD] Eficent -> ForgeFlow
parent
4e8078cd41
commit
e2aee0a907
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L.
|
||||
# Copyright 2018-22 ForgeFlow S.L.
|
||||
# Copyright 2021 Sodexis
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
|
|
|
@ -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).
|
||||
from odoo import SUPERUSER_ID, _, api, fields, models
|
||||
from odoo.exceptions import ValidationError
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L.
|
||||
# Copyright 2018-22 ForgeFlow S.L.
|
||||
# Copyright 2021 Sodexis
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
from odoo import api, fields, models
|
||||
|
|
|
@ -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).
|
||||
from odoo import api, fields, models, modules
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
* `ForgeFlow <https://www.forgeflow.com>`_:
|
||||
|
||||
* 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)
|
||||
* Bernat Puig Font (bernat.puig@forgeflow.com)
|
||||
* Pedro Gonzalez (pedro.gonzalez@pesol.es)
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
|
|
@ -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).
|
||||
from odoo.exceptions import ValidationError
|
||||
from odoo.tests.common import TransactionCase
|
||||
|
|
Loading…
Reference in New Issue