From 0a37b1bff336053cb2ed8a72d98d70e7349fd9c8 Mon Sep 17 00:00:00 2001 From: Oscar Date: Fri, 21 May 2021 18:30:44 -0500 Subject: [PATCH] Test --- sale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale.py b/sale.py index 9900f6e..d261064 100644 --- a/sale.py +++ b/sale.py @@ -47,7 +47,7 @@ class Sale(metaclass=PoolMeta): v['description'] = product.name taxes = list(product.account_category.customer_taxes_used) taxes_ids = [t.id for t in taxes] - v['taxes'] = [('add', taxes)] + v['taxes'] = [('add', taxes_ids)] price_list = args.get('price_list', None) if price_list: