changeset 1711d28f950b in modules/stock_supply:default
details:
https://hg.tryton.org/modules/stock_supply?cmd=changeset&node=1711d28f950b
description:
Do not set list_price in test without company
issue10878
diffstat:
tests/test_stock_supply.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 9657b135e0b7 -r 1711d28f950b tests/test_stock_supply.py
--- a/tests/test_stock_supply.py Mon Aug 30 00:27:14 2021 +0200
+++ b/tests/test_stock_supply.py Tue Oct 19 00:10:45 2021 +0200
@@ -90,7 +90,6 @@
template, = Template.create([{
'name': 'ProductTest',
'default_uom': uom.id,
- 'list_price': Decimal(0),
}])
product, = Product.create([{
'template': template.id,
@@ -133,7 +132,6 @@
'type': 'goods',
'default_uom': unit.id,
'purchase_uom': unit.id,
- 'list_price': Decimal(0),
'purchasable': True,
}])
product, = Product.create([{