[MIG] rma_sale_operating_unit: Migration to 15.0

This commit is contained in:
JasminSForgeFlow
2023-07-19 15:48:11 +05:30
committed by Aaron ForgeFlow
parent 96d19af926
commit 4e7ebc7609
6 changed files with 13 additions and 11 deletions

View File

@@ -19,10 +19,10 @@ Usage
Contributors Contributors
------------ ------------
* Aaron Henriquez <ahenriquez@eficent.com> * Aaron Henriquez <aaron.henriquez@forgeflow.com>
Maintainer Maintainer
---------- ----------
This module is maintained by Eficent. This module is maintained by ForgeFlow.

View File

@@ -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). # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{ {
"name": "Analytic Account in RMA sale", "name": "Analytic Account in RMA sale",
"version": "10.0.1.0.0", "version": "15.0.1.0.0",
"author": "Eficent," "Odoo Community Association (OCA)", "author": "ForgeFlow," "Odoo Community Association (OCA)",
"license": "LGPL-3", "license": "AGPL-3",
"website": "https://github.com/ForgeFlow/stock-rma", "website": "https://github.com/ForgeFlow/stock-rma",
"category": "Analytic", "category": "Analytic",
"depends": ["rma_sale_analytic", "rma_operating_unit"], "depends": [
"rma_sale_analytic",
"rma_operating_unit",
"sale_operating_unit",
],
"data": [], "data": [],
"installable": True, "installable": True,
} }

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) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import rma_order_line_make_sale_order from . import rma_order_line_make_sale_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) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import api, models 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__)