← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 761550] Re: Calendar View not shows all records

 

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

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/761550

Title:
  Calendar View not shows  all records

Status in OpenERP GTK Client:
  Fix Committed

Bug description:
  The calendar-view does not show every entry in calendar. There seems
  to be a global limit of 100 records. If there are more then 100
  records in the database, a lot of records are not visible in calendar-
  view. The limit should be only on the visible part of the calendar-
  view !

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/761550/+subscriptions


References