changeset a96beeb188e6 in modules/stock_shipment_measurements:default
details:
https://hg.tryton.org/modules/stock_shipment_measurements?cmd=changeset&node=a96beeb188e6
description:
Do not set list_price in test without company
issue10893
diffstat:
tests/test_stock_shipment_measurements.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 5fa13db6df9d -r a96beeb188e6 tests/test_stock_shipment_measurements.py
--- a/tests/test_stock_shipment_measurements.py Sun Jul 04 17:54:48 2021 +0200
+++ b/tests/test_stock_shipment_measurements.py Tue Oct 26 19:34:38 2021 +0200
@@ -45,7 +45,6 @@
template, = Template.create([{
'name': "Test internal measurements",
'type': 'goods',
- 'list_price': Decimal(1),
'default_uom': kg,
}])
product, = Product.create([{
@@ -146,7 +145,6 @@
template, = Template.create([{
'name': "Test measurements",
'type': 'goods',
- 'list_price': Decimal(1),
'default_uom': kg,
'volume': 0.2,
'volume_uom': liter,