From 06d7f041ceb4cc7edb8de4caa2aedc307ecbb4cd Mon Sep 17 00:00:00 2001 From: ahenriquez Date: Thu, 19 Mar 2020 13:23:01 +0100 Subject: [PATCH] [UPT]rebranding --- repair_refurbish/__manifest__.py | 5 ++--- repair_refurbish/models/product_product.py | 2 +- repair_refurbish/models/product_template.py | 2 +- repair_refurbish/models/repair.py | 2 +- repair_refurbish/models/stock_move.py | 4 ++-- repair_refurbish/tests/test_repair_refurbish.py | 4 ++-- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/repair_refurbish/__manifest__.py b/repair_refurbish/__manifest__.py index 329e64345..e24b4d64d 100644 --- a/repair_refurbish/__manifest__.py +++ b/repair_refurbish/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2016-18 Eficent Business and IT Consulting Services S.L. +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "MRP Repair Refurbish", @@ -6,9 +6,8 @@ "version": "12.0.1.1.3", "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", - "author": "Eficent, Odoo Community Association (OCA)", + "author": "ForgeFlow S.L., Odoo Community Association (OCA)", "license": "AGPL-3", - "application": False, "installable": True, "depends": ["repair",], "data": [ diff --git a/repair_refurbish/models/product_product.py b/repair_refurbish/models/product_product.py index 83dd31572..0cceb2703 100644 --- a/repair_refurbish/models/product_product.py +++ b/repair_refurbish/models/product_product.py @@ -1,4 +1,4 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import fields, models diff --git a/repair_refurbish/models/product_template.py b/repair_refurbish/models/product_template.py index 91d69cece..12fedd3ee 100644 --- a/repair_refurbish/models/product_template.py +++ b/repair_refurbish/models/product_template.py @@ -1,4 +1,4 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, fields, models diff --git a/repair_refurbish/models/repair.py b/repair_refurbish/models/repair.py index 6d3e5a5e2..0729198f4 100644 --- a/repair_refurbish/models/repair.py +++ b/repair_refurbish/models/repair.py @@ -1,4 +1,4 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. +# Copyright 2020 ForgeFlow S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, fields, models diff --git a/repair_refurbish/models/stock_move.py b/repair_refurbish/models/stock_move.py index 703fab567..1e12cb142 100644 --- a/repair_refurbish/models/stock_move.py +++ b/repair_refurbish/models/stock_move.py @@ -1,5 +1,5 @@ -# Copyright 2019 Camptocamp SA -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) +# Copyright 2020 ForgeFlow S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, models diff --git a/repair_refurbish/tests/test_repair_refurbish.py b/repair_refurbish/tests/test_repair_refurbish.py index 0095c66ac..18437a5a2 100644 --- a/repair_refurbish/tests/test_repair_refurbish.py +++ b/repair_refurbish/tests/test_repair_refurbish.py @@ -1,5 +1,5 @@ -# Copyright 2018 Eficent Business and IT Consulting Services S.L. -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +# Copyright 2020 ForgeFlow S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo.tests.common import TransactionCase