-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] rma_sale_operating_unit: Migration to 15.0
- Loading branch information
1 parent
96d19af
commit 4e7ebc7
Showing
6 changed files
with
13 additions
and
11 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,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, | ||
} |
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,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 |
2 changes: 1 addition & 1 deletion
2
rma_sale_operating_unit/wizards/rma_order_line_make_sale_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.