Skip to content

Commit

Permalink
[IMP] rma_operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavesh Odedra committed Jul 20, 2018
1 parent dfa54da commit 044bb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions rma_purchase/models/rma_operation.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion rma_purchase/views/rma_operation_view.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<!-- 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>
Expand Down

0 comments on commit 044bb24

Please sign in to comment.