Skip to content

Commit

Permalink
[MIG] rma_sale_operating_unit: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminSForgeFlow authored and AaronHForgeFlow committed Sep 18, 2023
1 parent 96d19af commit 4e7ebc7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions rma_sale_operating_unit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Usage
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.
14 changes: 9 additions & 5 deletions rma_sale_operating_unit/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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,
}
2 changes: 1 addition & 1 deletion rma_sale_operating_unit/wizards/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion setup/rma_sale_operating_unit/odoo/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion setup/rma_sale_operating_unit/odoo/addons/__init__.py

This file was deleted.

0 comments on commit 4e7ebc7

Please sign in to comment.