[IMP] rma_operation

This commit is contained in:
Bhavesh Odedra
2018-07-20 20:30:20 +05:30
committed by Chanakya Soni
parent bd8da45abe
commit dc2f9f8771
2 changed files with 3 additions and 4 deletions

View File

@@ -1,9 +1,8 @@
# -*- 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 openerp import api, fields, models, _
from openerp.exceptions import ValidationError
from odoo import api, models, _
from odoo.exceptions import ValidationError
class RmaOperation(models.Model):