removed unused import

This commit is contained in:
bima
2017-06-17 10:38:30 +07:00
parent b1413010cb
commit dad13c3af7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# © 2016 Antiun Ingenieria S.L. - Javier Iniesta
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models
from odoo import fields, models
class MrpProduction(models.Model):

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, fields, models, _
from odoo import api, models
class ProcurementOrder(models.Model):