Commit 64aa9a55 authored by Xiaowu Zhang's avatar Xiaowu Zhang Committed by Cédric Le Ninivin

erp5_accounting: match real invoice

parent 184e7f8b
......@@ -49,6 +49,9 @@ for line, account_type_list in account_type_dict.iteritems():
break
def roundLine(resource, get_method, set_method, exchange_ratio):
if resource == 'currency_module/EUR':
precision = 2
else:
precision = context.getQuantityPrecisionFromResource(resource)
total_quantity = 0.0
for line in line_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment