← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 798723] Re: Calendar view supports only up to 10 categories!

 

Hello Russell Briggs,

I have tested your scenario at my end and seems working perfectly fine.

Would you please update the code and recheck it ?

It would be great if you provide related screenshot or video, if problem
still exists.

Thanks.

** Changed in: openobject-client-web
       Status: New => Incomplete

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

Title:
  Calendar view supports only up to 10 categories!

Status in OpenERP Web Client:
  Incomplete

Bug description:
  Using version 6.0.1 of the web client (assuming its not been fixed in
  6.0.2)

  The calendar view supports only 10 'Categories' (i.e. up to 10
  distinct values in the field specified by the color="xxx" attribute on
  the calendar view)

  The major problem with this is the calendar view then DOES NOT DISPLAY
  any records that have a category value that is not one of the first 10
  options.

  I can't see any reason for the arbitrary limit, there are 32 different
  colours defined for the calendar views, and there seems to be a
  function which reallocates colours again if there are more than 32
  options in the list.

  The limit is set in addons/view_calendar/widgets/_base.py
  ("search_limit = 10")

  Please see the attached patch which fixes the issue

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


References