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