mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] Flake8 failing fixed
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user