[MIG] rma_purchase_operating_unit: Migration to 15.0

This commit is contained in:
JasminSForgeFlow
2023-09-28 08:47:39 +05:30
committed by Aaron ForgeFlow
parent 6d22ab4192
commit 7b0694fd2a
6 changed files with 14 additions and 17 deletions

View File

@@ -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 <ahenriquez@eficent.com>
* Aaron Henriquez <aaron.henriquez@forgeflow.com>
Maintainer
----------
This module is maintained by Eficent.
This module is maintained by ForgeFlow.

View File

@@ -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,
}

View File

@@ -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

View File

@@ -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

View File

@@ -1 +0,0 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -1 +0,0 @@
__import__('pkg_resources').declare_namespace(__name__)