[WIP] mis_builder: disable the WIP auto-detail feature
parent
4065376c1f
commit
55207c194e
|
@ -618,6 +618,7 @@ class MisReport(models.Model):
|
||||||
# the same as the kpi, just filtered on one account;
|
# the same as the kpi, just filtered on one account;
|
||||||
# I'd say if we have an exception in this part, it's bug...
|
# I'd say if we have an exception in this part, it's bug...
|
||||||
# TODO FIXME: do this only if requested for this KPI
|
# TODO FIXME: do this only if requested for this KPI
|
||||||
|
continue
|
||||||
for account_id in aep.get_accounts_in_expr(kpi.expression):
|
for account_id in aep.get_accounts_in_expr(kpi.expression):
|
||||||
account_id_vals = []
|
account_id_vals = []
|
||||||
for expression in kpi.expression_ids:
|
for expression in kpi.expression_ids:
|
||||||
|
|
Loading…
Reference in New Issue