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

        issue10878
diffstat:

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

diffs (11 lines):

diff -r 5ee7f33baaf7 -r 5faf277a835b tests/test_stock_supply_day.py
--- a/tests/test_stock_supply_day.py    Sun Jul 04 17:54:49 2021 +0200
+++ b/tests/test_stock_supply_day.py    Tue Oct 19 00:10:45 2021 +0200
@@ -118,7 +118,6 @@
         template, = Template.create([{
                     'name': 'ProductTest',
                     'default_uom': uom.id,
-                    'list_price': Decimal(0),
                     }])
         product, = Product.create([{
                     'template': template.id,

Reply via email to