pep8
parent
c6dad0fb6c
commit
561a0907bb
|
@ -583,8 +583,10 @@ class mis_report_instance_period(orm.Model):
|
||||||
'len': len,
|
'len': len,
|
||||||
'avg': lambda l: sum(l) / float(len(l)),
|
'avg': lambda l: sum(l) / float(len(l)),
|
||||||
}
|
}
|
||||||
localdict.update(self._fetch_balances(cr, uid, c, bal_vars, context=context))
|
localdict.update(self._fetch_balances(cr, uid, c, bal_vars,
|
||||||
localdict.update(self._fetch_queries(cr, uid, c, context=context))
|
context=context))
|
||||||
|
localdict.update(self._fetch_queries(cr, uid, c,
|
||||||
|
context=context))
|
||||||
|
|
||||||
for kpi in c.report_instance_id.report_id.kpi_ids:
|
for kpi in c.report_instance_id.report_id.kpi_ids:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue