Revert "[IMP] rma_operation"

This reverts commit 044bb2461acdb88e1ef98b1563e5ea7cb354918c.
This commit is contained in:
Bhavesh Odedra
2018-07-22 13:15:55 +05:30
committed by Lois Rilo
parent 6c6c91e9ce
commit 053ca103a2
2 changed files with 4 additions and 3 deletions

View File

@@ -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):

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
<odoo>