changeset e0b85e812d29 in modules/stock_split:default
details: 
https://hg.tryton.org/modules/stock_split?cmd=changeset&node=e0b85e812d29
description:
        Do not set list_price in test without company

        issue10878
diffstat:

 tests/test_stock_split.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r da072ce1a460 -r e0b85e812d29 tests/test_stock_split.py
--- a/tests/test_stock_split.py Mon Aug 30 00:27:14 2021 +0200
+++ b/tests/test_stock_split.py Tue Oct 19 00:10:45 2021 +0200
@@ -32,7 +32,6 @@
                     'name': 'Test Split',
                     'type': 'goods',
                     'default_uom': unit.id,
-                    'list_price': Decimal(0),
                     }])
         product, = Product.create([{
                     'template': template.id,

Reply via email to