diff --git a/rma_purchase_operating_unit/README.rst b/rma_purchase_operating_unit/README.rst index f6f45939..05df2cc7 100644 --- a/rma_purchase_operating_unit/README.rst +++ b/rma_purchase_operating_unit/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/license-LGPLv3-blue.svg - :target: https://www.gnu.org/licenses/lgpl.html +.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png + :target: https://www.gnu.org/licenses/lgpl :alt: License: LGPL-3 ================================= @@ -8,21 +8,21 @@ RMA Purchase with Operating Units This module introduces the following features: -* Adds the operating unit to the quotation +* Adds the operating unit to the quotation. Usage ===== -* No changes +* No changes. Contributors ------------ -* Aaron Henriquez +* Aaron Henriquez Maintainer ---------- -This module is maintained by Eficent. +This module is maintained by ForgeFlow. diff --git a/rma_purchase_operating_unit/__manifest__.py b/rma_purchase_operating_unit/__manifest__.py index d415f1ba..964c1850 100644 --- a/rma_purchase_operating_unit/__manifest__.py +++ b/rma_purchase_operating_unit/__manifest__.py @@ -1,14 +1,14 @@ -# © 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 purchase", - "version": "10.0.1.0.0", - "author": "Eficent," "Odoo Community Association (OCA)", - "license": "LGPL-3", + "name": "RMA Purchase with Operating Units", + "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_operating_unit", "rma_purchase"], + "category": "RMA", + "depends": ["rma_operating_unit", "rma_purchase", "purchase_operating_unit"], "data": [], "installable": True, } diff --git a/rma_purchase_operating_unit/wizards/__init__.py b/rma_purchase_operating_unit/wizards/__init__.py index 28a99ecc..be04699d 100644 --- a/rma_purchase_operating_unit/wizards/__init__.py +++ b/rma_purchase_operating_unit/wizards/__init__.py @@ -1,4 +1,3 @@ -# © 2018 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) from . import rma_line_make_purchase_order diff --git a/rma_purchase_operating_unit/wizards/rma_line_make_purchase_order.py b/rma_purchase_operating_unit/wizards/rma_line_make_purchase_order.py index 5eca3dcf..c8e4cc2a 100644 --- a/rma_purchase_operating_unit/wizards/rma_line_make_purchase_order.py +++ b/rma_purchase_operating_unit/wizards/rma_line_make_purchase_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_purchase_operating_unit/odoo/__init__.py b/setup/rma_purchase_operating_unit/odoo/__init__.py deleted file mode 100644 index de40ea7c..00000000 --- a/setup/rma_purchase_operating_unit/odoo/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/rma_purchase_operating_unit/odoo/addons/__init__.py b/setup/rma_purchase_operating_unit/odoo/addons/__init__.py deleted file mode 100644 index de40ea7c..00000000 --- a/setup/rma_purchase_operating_unit/odoo/addons/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__)