From 053ca103a26a6124375a4d3205e027641ae7f85a Mon Sep 17 00:00:00 2001 From: Bhavesh Odedra Date: Sun, 22 Jul 2018 13:15:55 +0530 Subject: [PATCH] Revert "[IMP] rma_operation" This reverts commit 044bb2461acdb88e1ef98b1563e5ea7cb354918c. --- rma_purchase/models/rma_operation.py | 5 +++-- rma_purchase/views/rma_operation_view.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rma_purchase/models/rma_operation.py b/rma_purchase/models/rma_operation.py index 3892bad3..51ed3cdd 100644 --- a/rma_purchase/models/rma_operation.py +++ b/rma_purchase/models/rma_operation.py @@ -1,8 +1,9 @@ +# -*- coding: utf-8 -*- # Copyright 2018 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, models, _ -from odoo.exceptions import ValidationError +from openerp import api, fields, models, _ +from openerp.exceptions import ValidationError class RmaOperation(models.Model): diff --git a/rma_purchase/views/rma_operation_view.xml b/rma_purchase/views/rma_operation_view.xml index 1afff91d..9f4b5a86 100644 --- a/rma_purchase/views/rma_operation_view.xml +++ b/rma_purchase/views/rma_operation_view.xml @@ -1,4 +1,4 @@ - +