diff --git a/rma_sale_operating_unit/README.rst b/rma_sale_operating_unit/README.rst index 5324c1e40..bb8376625 100644 --- a/rma_sale_operating_unit/README.rst +++ b/rma_sale_operating_unit/README.rst @@ -19,10 +19,10 @@ Usage Contributors ------------ -* Aaron Henriquez +* Aaron Henriquez Maintainer ---------- -This module is maintained by Eficent. +This module is maintained by ForgeFlow. diff --git a/rma_sale_operating_unit/__manifest__.py b/rma_sale_operating_unit/__manifest__.py index a44b15a31..31d488601 100644 --- a/rma_sale_operating_unit/__manifest__.py +++ b/rma_sale_operating_unit/__manifest__.py @@ -1,14 +1,18 @@ -# © 2017 Eficent Business and IT Consulting Services S.L. +# Copyright 2023 ForgeFlow S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Analytic Account in RMA sale", - "version": "10.0.1.0.0", - "author": "Eficent," "Odoo Community Association (OCA)", - "license": "LGPL-3", + "version": "15.0.1.0.0", + "author": "ForgeFlow," "Odoo Community Association (OCA)", + "license": "AGPL-3", "website": "https://github.com/ForgeFlow/stock-rma", "category": "Analytic", - "depends": ["rma_sale_analytic", "rma_operating_unit"], + "depends": [ + "rma_sale_analytic", + "rma_operating_unit", + "sale_operating_unit", + ], "data": [], "installable": True, } diff --git a/rma_sale_operating_unit/wizards/__init__.py b/rma_sale_operating_unit/wizards/__init__.py index e22a77a65..40f0f9bc6 100644 --- a/rma_sale_operating_unit/wizards/__init__.py +++ b/rma_sale_operating_unit/wizards/__init__.py @@ -1,4 +1,4 @@ -# © 2018 Eficent Business and IT Consulting Services S.L. +# Copyright 2023 ForgeFlow S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) from . import rma_order_line_make_sale_order diff --git a/rma_sale_operating_unit/wizards/rma_order_line_make_sale_order.py b/rma_sale_operating_unit/wizards/rma_order_line_make_sale_order.py index 2ba311dd7..8b782aa94 100644 --- a/rma_sale_operating_unit/wizards/rma_order_line_make_sale_order.py +++ b/rma_sale_operating_unit/wizards/rma_order_line_make_sale_order.py @@ -1,4 +1,4 @@ -# © 2018 Eficent Business and IT Consulting Services S.L. +# Copyright 2023 ForgeFlow S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) from odoo import api, models diff --git a/setup/rma_sale_operating_unit/odoo/__init__.py b/setup/rma_sale_operating_unit/odoo/__init__.py deleted file mode 100644 index de40ea7ca..000000000 --- a/setup/rma_sale_operating_unit/odoo/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/rma_sale_operating_unit/odoo/addons/__init__.py b/setup/rma_sale_operating_unit/odoo/addons/__init__.py deleted file mode 100644 index de40ea7ca..000000000 --- a/setup/rma_sale_operating_unit/odoo/addons/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__)