diff --git a/account_financial_report/report/parser.py b/account_financial_report/report/parser.py index ebb74b92..16329078 100644 --- a/account_financial_report/report/parser.py +++ b/account_financial_report/report/parser.py @@ -321,6 +321,7 @@ class account_balance(report_sxw.rml_parse): def z(n): return abs(n) < 0.005 and 0.0 or n + self.context['state'] = form['target_move'] self.from_currency_id = self.get_company_currency(form['company_id'] and type(form[ 'company_id']) in (list, tuple) and form['company_id'][0] or form['company_id']) if not form['currency_id']: