Ravi Gadhia (OpenERP) has proposed merging
lp:~openerp-dev/openobject-client/trunk-bug-752349-rga into
lp:openobject-client.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
Related bugs:
Bug #752349 in OpenERP GTK Client: "Calendar & Gantt views do not show
long-term events"
https://bugs.launchpad.net/openobject-client/+bug/752349
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client/trunk-bug-752349-rga/+merge/58120
--
https://code.launchpad.net/~openerp-dev/openobject-client/trunk-bug-752349-rga/+merge/58120
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-client/trunk-bug-752349-rga.
=== modified file 'bin/widget/view/calendar_gtk/parser.py'
--- bin/widget/view/calendar_gtk/parser.py 2011-03-24 12:07:52 +0000
+++ bin/widget/view/calendar_gtk/parser.py 2011-04-18 13:24:30 +0000
@@ -493,11 +493,9 @@
if isinstance(color_key, list):
color_key = tuple(color_key)
color_info = self.colors.get(color_key)
-
color = color_info and color_info[2] or 'black'
-
description = ', '.join(description).strip()
- all_day = span > 0
+ all_day = self.mode == 'month' and True or span > 0
return TinyEvent(model=model,
caption=caption.strip(),
start=datetime(*starts[:7]),
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help : https://help.launchpad.net/ListHelp