[MIG] rma_sale_operating_unit: migration to 14.0

This commit is contained in:
Juany Davila
2023-03-22 15:50:52 -05:00
committed by AaronHForgeFlow
parent af7c892b0d
commit 018f5a3beb
6 changed files with 8 additions and 9 deletions

View File

@@ -19,10 +19,11 @@ Usage
Contributors
------------
* Aaron Henriquez <ahenriquez@eficent.com>
* Aaron Henriquez <ahenriquez@forgeflow.com>
* Juany Davila <juany.davila@forgeflow.com>
Maintainer
----------
This module is maintained by Eficent.
This module is maintained by ForgeFlow.

View File

@@ -1,10 +1,10 @@
# © 2017 Eficent Business and IT Consulting Services S.L.
# Copyright 2017 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)",
"version": "14.0.1.0.0",
"author": "ForgeFlow," "Odoo Community Association (OCA)",
"license": "LGPL-3",
"website": "https://github.com/ForgeFlow/stock-rma",
"category": "Analytic",

View File

@@ -1,4 +1,4 @@
# © 2018 Eficent Business and IT Consulting Services S.L.
# Copyright 2018 ForgeFlow S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import rma_order_line_make_sale_order

View File

@@ -1,4 +1,4 @@
# © 2018 Eficent Business and IT Consulting Services S.L.
# Copyright 2018 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__)