[FIX] Warning deprecated.

This commit is contained in:
lreficent
2017-01-20 12:03:57 +01:00
parent dfdda42b2c
commit 3fc1f27624

View File

@@ -4,7 +4,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import api, fields, models, _
from openerp.exceptions import Warning as UserError
from openerp.exceptions import UserError
class StockWarehouseOrderpoint(models.Model):