diff --git a/rma_operating_unit/README.rst b/rma_operating_unit/README.rst index 43429a5c..1545840d 100644 --- a/rma_operating_unit/README.rst +++ b/rma_operating_unit/README.rst @@ -25,9 +25,9 @@ Contributors ------------ * Aaron Henriquez - +* Beñat Jimenez Maintainer ---------- -This module is maintained by Eficent. +This module is maintained by Eficent. \ No newline at end of file diff --git a/rma_operating_unit/__init__.py b/rma_operating_unit/__init__.py index c5d44257..8ef85858 100644 --- a/rma_operating_unit/__init__.py +++ b/rma_operating_unit/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import models diff --git a/rma_operating_unit/__manifest__.py b/rma_operating_unit/__manifest__.py index 1586b020..ec809583 100644 --- a/rma_operating_unit/__manifest__.py +++ b/rma_operating_unit/__manifest__.py @@ -1,13 +1,12 @@ -# -*- coding: utf-8 -*- -# © 2017 Eficent Business and IT Consulting Services S.L. +# © 2017-19 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Operating Unit in RMA Groups", - "version": "10.0.1.0.0", + "version": "12.0.1.0.0", "author": "Eficent", "license": "LGPL-3", - "website": "http://www.eficent.com", + "website": "https://www.eficent.com", "category": "Operating Units", "depends": ["rma", "operating_unit"], "data": [ @@ -15,5 +14,4 @@ "views/rma_order_view.xml", "views/rma_order_line_view.xml", ], - 'installable': False, } diff --git a/rma_operating_unit/models/__init__.py b/rma_operating_unit/models/__init__.py index 935b7adb..5141b758 100644 --- a/rma_operating_unit/models/__init__.py +++ b/rma_operating_unit/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import rma_order diff --git a/rma_operating_unit/models/rma_order.py b/rma_operating_unit/models/rma_order.py index 923724d1..072cef98 100644 --- a/rma_operating_unit/models/rma_order.py +++ b/rma_operating_unit/models/rma_order.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -# © 2017 Eficent Business and IT Consulting Services S.L. +# © 2017-19 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import api, fields, models, _ diff --git a/rma_operating_unit/models/rma_order_line.py b/rma_operating_unit/models/rma_order_line.py index c96020c9..799a1ff7 100644 --- a/rma_operating_unit/models/rma_order_line.py +++ b/rma_operating_unit/models/rma_order_line.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -# © 2018 Eficent Business and IT Consulting Services S.L. +# © 2017-19 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import api, fields, models diff --git a/rma_operating_unit/security/rma_security.xml b/rma_operating_unit/security/rma_security.xml index 1114b9bf..5eb9a5bf 100644 --- a/rma_operating_unit/security/rma_security.xml +++ b/rma_operating_unit/security/rma_security.xml @@ -1,5 +1,5 @@ - diff --git a/rma_operating_unit/tests/__init__.py b/rma_operating_unit/tests/__init__.py index b7ac6782..85351693 100644 --- a/rma_operating_unit/tests/__init__.py +++ b/rma_operating_unit/tests/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import test_rma_operating_unit diff --git a/rma_operating_unit/tests/test_rma_operating_unit.py b/rma_operating_unit/tests/test_rma_operating_unit.py index 94f3bf2e..5dd028e5 100644 --- a/rma_operating_unit/tests/test_rma_operating_unit.py +++ b/rma_operating_unit/tests/test_rma_operating_unit.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -# © 2017 Eficent Business and IT Consulting Services S.L. +# © 2017-19 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo.tests import common from odoo import exceptions diff --git a/rma_operating_unit/views/rma_order_line_view.xml b/rma_operating_unit/views/rma_order_line_view.xml index 6695d38c..56d77093 100644 --- a/rma_operating_unit/views/rma_order_line_view.xml +++ b/rma_operating_unit/views/rma_order_line_view.xml @@ -1,5 +1,5 @@ - diff --git a/rma_operating_unit/views/rma_order_view.xml b/rma_operating_unit/views/rma_order_view.xml index 40f5f22d..87aedcfe 100644 --- a/rma_operating_unit/views/rma_order_view.xml +++ b/rma_operating_unit/views/rma_order_view.xml @@ -1,5 +1,5 @@ -