From 544cdea99ae8e53e75a20705ed1116ad0a35589f Mon Sep 17 00:00:00 2001 From: wilson gomez Date: Tue, 27 Apr 2021 09:34:52 -0500 Subject: [PATCH] minor fix --- sale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale.py b/sale.py index ca704a7..5a1b8c1 100644 --- a/sale.py +++ b/sale.py @@ -33,7 +33,7 @@ class Sale(metaclass=PoolMeta): v['type'] = 'line' product = Product(v['product']) v['unit'] = product.template.default_uom.id - + v['description'] = product.name price_list = args.get('price_list', None) if price_list: price_list = price_list['id']