-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] rma_purchase_operating_unit: Migration to 15.0
- Loading branch information
1 parent
6d22ab4
commit 7b0694f
Showing
6 changed files
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 1 addition & 1 deletion
2
rma_purchase_operating_unit/wizards/rma_line_make_purchase_order.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.