mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma_operating_unit: Migration to v12
This commit is contained in:
committed by
Aaron ForgeFlow
parent
9941cc9d25
commit
9a0c9415dd
@@ -25,7 +25,7 @@ Contributors
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
* Aaron Henriquez <ahenriquez@eficent.com>
|
* Aaron Henriquez <ahenriquez@eficent.com>
|
||||||
|
* Beñat Jimenez <benat.jimenez@eficent.com>
|
||||||
|
|
||||||
Maintainer
|
Maintainer
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# © 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
# © 2017 Eficent Business and IT Consulting Services S.L.
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Operating Unit in RMA Groups",
|
"name": "Operating Unit in RMA Groups",
|
||||||
"version": "10.0.1.0.0",
|
"version": "12.0.1.0.0",
|
||||||
"author": "Eficent",
|
"author": "Eficent",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"website": "http://www.eficent.com",
|
"website": "https://www.eficent.com",
|
||||||
"category": "Operating Units",
|
"category": "Operating Units",
|
||||||
"depends": ["rma", "operating_unit"],
|
"depends": ["rma", "operating_unit"],
|
||||||
"data": [
|
"data": [
|
||||||
@@ -15,5 +14,4 @@
|
|||||||
"views/rma_order_view.xml",
|
"views/rma_order_view.xml",
|
||||||
"views/rma_order_line_view.xml",
|
"views/rma_order_line_view.xml",
|
||||||
],
|
],
|
||||||
'installable': False,
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
from . import rma_order
|
from . import rma_order
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# © 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
# © 2017 Eficent Business and IT Consulting Services S.L.
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
from odoo import api, fields, models, _
|
from odoo import api, fields, models, _
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# © 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
# © 2018 Eficent Business and IT Consulting Services S.L.
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
from odoo import api, fields, models
|
from odoo import api, fields, models
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
<!-- Copyright 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<data noupdate="0">
|
<data noupdate="0">
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
from . import test_rma_operating_unit
|
from . import test_rma_operating_unit
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# © 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
# © 2017 Eficent Business and IT Consulting Services S.L.
|
|
||||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||||
from odoo.tests import common
|
from odoo.tests import common
|
||||||
from odoo import exceptions
|
from odoo import exceptions
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
|
<!-- Copyright 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="view_rma_line_tree" model="ir.ui.view">
|
<record id="view_rma_line_tree" model="ir.ui.view">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
<!-- Copyright 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="view_rma_tree" model="ir.ui.view">
|
<record id="view_rma_tree" model="ir.ui.view">
|
||||||
|
|||||||
Reference in New Issue
Block a user