This commit is contained in:
jbeficent
2016-10-24 18:34:23 +02:00
committed by lreficent
parent 2f9bfa8088
commit 4b5d1f4eaa

View File

@@ -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(