Commit 52307dac authored by Jérome Perrin's avatar Jérome Perrin

budget: do not put budget lines/cells in predicate table for now

What we put in predicate table is not usable yet, so the end result is
same if we put nothing and putting nothing saves us from some
perfomance problems.
parent a36d255e
# We don't have good implementation of budget predicate yet, so don't fill predicate table for now.
return None
# XXX strict membership is missing ?
# ideally strict membership should be an option for each category, but this API
# does not exist in predicates.
......
# We don't have good implementation of budget predicate yet, so don't fill predicate table for now.
return None
context = context.asContext(
_range_criterion = {'start_date': (context.getStartDateRangeMin(),
context.getStartDateRangeMax())
......
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