Skip to content

Commit

Permalink
[MIG] rma_purchase_operating_unit: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminSForgeFlow committed Sep 26, 2023
1 parent 40bb951 commit b103a0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions rma_purchase_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.
10 changes: 5 additions & 5 deletions rma_purchase_operating_unit/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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": "RMA Purchase with Operating Units",
"version": "12.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": "RMA",
"depends": ["rma_operating_unit", "rma_purchase"],
"depends": ["rma_operating_unit", "rma_purchase", "purchase_operating_unit"],
"data": [],
"installable": True,
}
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 b103a0f

Please sign in to comment.