[MIG] Purchase policy

This commit is contained in:
Bhavesh Odedra
2018-07-22 16:02:54 +05:30
committed by Chanakya Soni
parent d59834f518
commit 7b4e40d959
6 changed files with 25 additions and 42 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, fields, models, _
from odoo.exceptions import ValidationError
class RmaOperation(models.Model):