This commit is contained in:
?ngel ?lvarez 2019-04-13 10:43:23 +02:00
parent d859c96699
commit daa89e554b

View file

@ -50,7 +50,6 @@ class TestCase(ModuleTestCase):
'cost_price_method': 'fixed',
'default_uom': unit.id,
'list_price': Decimal(0),
'cost_price': Decimal(0),
}])
product, = Product.create([{
'template': template.id,