← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 859365] Re: [6.0] Calendar View is not working at all

 

** Changed in: openobject-client-web
       Status: Confirmed => Fix Committed

-- 
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/859365

Title:
  [6.0] Calendar View is not working at all

Status in OpenERP Web Client:
  Fix Committed

Bug description:
  Working with our openacademy module for CTP trainings, teh calendar
  view is not working on last revisions at all.

  Behaviour:

  In Web- Client: revno 4707

  The view is broken one traceback appear even with sale module:

  GO to: sales > sales > sales orders open tree view, and try to switch
  to calendar one.

  /home/......r/widgets/_base.py in get_events(self=MonthCalendar, days=[Day(2011, 8, 28), Day(2011, 8, 29), Day(2011, 8, 30), Day(2011, 8, 31), Day(2011, 9, 1), Day(2011, 9, 2), Day(2011, 9, 3), Day(2011, 9, 4), Day(2011, 9, 5), Day(2011, 9, 6), Day(2011, 9, 7), Day(2011, 9, 8), Day(2011, 9, 9), Day(2011, 9, 10), Day(2011, 9, 11), Day(2011, 9, 12), Day(2011, 9, 13), Day(2011, 9, 14), Day(2011, 9, 15), Day(2011, 9, 16), ...])
    270 
    271         ids = proxy.search(domain, 0, 0, order_by, ctx)
    272         splitIds = [tuple(x.split('-')) for x in ids]
    273         splitIds.sort(key = lambda x: int(x[0]))
    274         ids = ["-".join(i) for i in splitIds]
  splitIds undefined, builtin tuple = <type 'tuple'>, x = 1, x.split undefined, ids = [1]

  <type 'exceptions.AttributeError'>: 'int' object has no attribute 'split'
        args = ("'int' object has no attribute 'split'",)
        message = "'int' object has no attribute 'split'"

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


References