changeset 277353eb1142 in modules/customs:default
details: https://hg.tryton.org/modules/customs?cmd=changeset&node=277353eb1142
description:
        Support empty list price on product

        issue10244
diffstat:

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

diffs (11 lines):

diff -r 117f556e4c23 -r 277353eb1142 tests/test_customs.py
--- a/tests/test_customs.py     Tue Oct 12 10:08:42 2021 +0200
+++ b/tests/test_customs.py     Tue Oct 12 10:31:17 2021 +0200
@@ -194,7 +194,6 @@
 
         template = Template(name='Test',
             default_uom=unit,
-            list_price=Decimal(0),
             tariff_codes=[
                 Product_TariffCode(tariff_code=tariff),
                 ])

Reply via email to