[FIX] Flake8 failing fixed

This commit is contained in:
oihane
2014-10-20 09:18:43 +02:00
committed by Pedro M. Baeza
parent 51d7e10a43
commit f5cf1b81e7

View File

@@ -137,7 +137,7 @@ class StockInventory(orm.Model):
'product_code': product_code,
'product_qty': tmp_lines[product_code],
'inventory_id': inventory.id,
}, context=context)
}, context=context)
vals += values
else:
vals = super(StockInventory, self)._get_inventory_lines(