Reformatted after template update

This commit is contained in:
Enric Tobella
2022-09-01 11:04:43 +02:00
parent 479efcaa46
commit 0203e5b621
25 changed files with 136 additions and 126 deletions

View File

@@ -68,8 +68,7 @@ class StockPikcing(TransactionCase):
self.uom_unit = self.env.ref("uom.product_uom_unit")
def test_stock_picking_auto_print(self):
""" Auto print when DO is ready or done
"""
"""Auto print when DO is ready or done"""
self.env["stock.quant"]._update_available_quantity(
self.product_A, self.stock_location, 2
)