From 907760db95dff2ff7c99e1f3dcc8f609e1b2d59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Pardo=20Salar?= Date: Tue, 5 Oct 2021 19:25:09 +0200 Subject: [PATCH] Migrate to 6.0 --- tests/scenario_stock_lot_cost_price.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scenario_stock_lot_cost_price.rst b/tests/scenario_stock_lot_cost_price.rst index 04ce2b6..1558d6e 100644 --- a/tests/scenario_stock_lot_cost_price.rst +++ b/tests/scenario_stock_lot_cost_price.rst @@ -75,7 +75,6 @@ Create product:: >>> template.default_uom = unit >>> template.type = 'goods' >>> template.purchasable = True - >>> template.salable = True >>> template.list_price = Decimal('10') >>> template.cost_price_method = 'fixed' >>> template.account_category = account_category