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 authored and AaronHForgeFlow committed Sep 29, 2023
1 parent 6d22ab4 commit 7b0694f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
12 changes: 6 additions & 6 deletions rma_purchase_operating_unit/README.rst
Original file line number Diff line number Diff line change
@@ -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

=================================
Expand All @@ -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.
14 changes: 7 additions & 7 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": "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,
}
1 change: 0 additions & 1 deletion rma_purchase_operating_unit/wizards/__init__.py
Original file line number Diff line number Diff line change
@@ -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
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_purchase_operating_unit/odoo/__init__.py

This file was deleted.

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

This file was deleted.

0 comments on commit 7b0694f

Please sign in to comment.