changeset f3b8b7607632 in modules/stock_forecast:default
details:
https://hg.tryton.org/modules/stock_forecast?cmd=changeset&node=f3b8b7607632
description:
Do not set list_price in test without company
issue10878
diffstat:
tests/test_stock_forecast.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 35b76125ccf4 -r f3b8b7607632 tests/test_stock_forecast.py
--- a/tests/test_stock_forecast.py Tue Oct 19 00:10:09 2021 +0200
+++ b/tests/test_stock_forecast.py Tue Oct 19 00:10:45 2021 +0200
@@ -48,7 +48,6 @@
'name': 'Test create_moves',
'type': 'goods',
'default_uom': unit.id,
- 'list_price': Decimal('1'),
}])
product, = Product.create([{
'template': template.id,
@@ -128,7 +127,6 @@
'name': 'Test create_moves',
'type': 'goods',
'default_uom': unit.id,
- 'list_price': Decimal('1'),
}])
product, = Product.create([{
'template': template.id,
@@ -207,7 +205,6 @@
'name': 'Test create_moves',
'type': 'goods',
'default_uom': unit.id,
- 'list_price': Decimal('1'),
}])
product, = Product.create([{
'template': template.id,
@@ -258,7 +255,6 @@
'name': 'Test complete',
'type': 'goods',
'default_uom': unit.id,
- 'list_price': Decimal('1'),
}])
product, = Product.create([{
'template': template.id,