This commit is contained in:
Oscar 2021-05-21 18:30:44 -05:00
parent cfbc29d930
commit 0a37b1bff3
1 changed files with 1 additions and 1 deletions

View File

@ -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: