|
@ -356,7 +356,7 @@ class open_invoices_xls(report_xls): |
|
|
cumul_balance, style_line_decimal)] |
|
|
cumul_balance, style_line_decimal)] |
|
|
|
|
|
|
|
|
if _p.amount_currency(data): |
|
|
if _p.amount_currency(data): |
|
|
if account.currency_id: |
|
|
|
|
|
|
|
|
if line.get('currency_code'): |
|
|
c_specs += [ |
|
|
c_specs += [ |
|
|
('curramount', 1, 0, 'number', |
|
|
('curramount', 1, 0, 'number', |
|
|
line.get('amount_currency') or 0.0, None, |
|
|
line.get('amount_currency') or 0.0, None, |
|
|