Comment 14 for bug 761550

Revision history for this message
Quentin Peyramale (ADN) (peyramale-q) wrote :

Hi

Check this: https://bugs.launchpad.net/openobject-addons/+bug/873399
Don't forget to raise the limit in get_recurrent_ids.
It loads now the meetings of current interval date on 6.0.3.
I make a little update by add:
  1332 if result:
  1333 ids = list(set(result)-set(recur_dict))
+1334 else: return [] #to load empty day

Now I faced to the limit of 196 meetings in 1 month on th Web Client. With 197 it won't load. Even if I increase the limit.

With the GTK, it works.
Thanks