[IMP]stock_change_qty_reason: black, isort, prettier

This commit is contained in:
GuillemCForgeFlow
2021-12-01 09:26:24 +01:00
parent 9ce24b4bc3
commit 8547b6f743
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../../stock_change_qty_reason

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

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