Warning deprecated.

This commit is contained in:
lreficent
2017-01-20 12:03:57 +01:00
committed by Joan Sisquella
parent 21acee1733
commit b1502b83ff

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):