From 9fb74ce4f8e7ef92e2f5a53c52b4a5ef051aaff5 Mon Sep 17 00:00:00 2001 From: ?ngel ?lvarez Date: Sat, 13 Apr 2019 16:27:08 +0200 Subject: [PATCH] fix test --- tests/test_stock_external_party.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_stock_external_party.py b/tests/test_stock_external_party.py index b501ae1..5ec2180 100644 --- a/tests/test_stock_external_party.py +++ b/tests/test_stock_external_party.py @@ -45,7 +45,6 @@ class TestCase(ModuleTestCase): 'name': 'Test products_by_location', 'type': 'goods', 'list_price': Decimal(0), - 'cost_price': Decimal(0), 'cost_price_method': 'fixed', 'default_uom': kg.id, }])