From 16e1289bb9c467deaea3ff612c246f6afdd43ed6 Mon Sep 17 00:00:00 2001 From: GuillemCForgeFlow Date: Wed, 1 Dec 2021 09:26:24 +0100 Subject: [PATCH] [IMP]stock_change_qty_reason: black, isort, prettier --- stock_change_qty_reason/tests/test_stock_change_qty_reason.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stock_change_qty_reason/tests/test_stock_change_qty_reason.py b/stock_change_qty_reason/tests/test_stock_change_qty_reason.py index c1dc8582d..913143fa2 100644 --- a/stock_change_qty_reason/tests/test_stock_change_qty_reason.py +++ b/stock_change_qty_reason/tests/test_stock_change_qty_reason.py @@ -40,8 +40,7 @@ class TestStockQuantityChangeReason(SavepointCase): return self.preset_reason_id.create({"name": name, "description": description}) def test_inventory_adjustment_onchange_reason_preset_reason(self): - """ Check that adding a reason or a preset reason explode to lines - """ + """Check that adding a reason or a preset reason explode to lines""" product2 = self._create_product("product_product_2") self._product_change_qty(product2, 50) inventory = self.env["stock.inventory"].create(