From 4b5d1f4eaabc071158d6f941bb6e9321a9688f5f Mon Sep 17 00:00:00 2001 From: jbeficent Date: Mon, 24 Oct 2016 18:34:23 +0200 Subject: [PATCH] travis --- stock_orderpoint_uom/models/procurement_order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_orderpoint_uom/models/procurement_order.py b/stock_orderpoint_uom/models/procurement_order.py index 8e5862655..a75b893a9 100644 --- a/stock_orderpoint_uom/models/procurement_order.py +++ b/stock_orderpoint_uom/models/procurement_order.py @@ -17,7 +17,7 @@ class ProcurementOrder(models.Model): @api.model def _prepare_orderpoint_procurement(self, orderpoint, product_qty): - res = super(ProcurementOrder,self)._prepare_orderpoint_procurement( + res = super(ProcurementOrder, self)._prepare_orderpoint_procurement( orderpoint, product_qty) if orderpoint.procure_uom_id: res['product_qty'] = orderpoint.procure_uom_id._compute_qty(