Skip to Content
Menu
This question has been flagged
1 Reply
5548 Views

Hi,

I would like to know if this is normal(or a bug) the group by filter doesn't work on the "Calendar"(messaging/organizer/calendar)(so linked to the crm.meeting object) Tree view ?

I made the test on a V7 OCB AND a V8 from the runbot. http:// trunk-27943-all.runbot.openerp.com/web?db=trunk-27943-all#page=0&limit=80&view_type=list&model=calendar.event&menu_id=335&action=375

You can see the problem on these 2 images : https:// imageshack.com/i/mk2ginj https:// imageshack.com/i/jmdp3cj

Thanks in advance,

Tom

Avatar
Discard
Best Answer

Hello!

This issue seems pretty old. However, there is still no general solution for this on the forum and, this may be the best place to put the answer. So, we faced the same problem and we found the following:

1. The problem is in the function read_group of the file 'calendar.py' in class 'calendar.event'. The developers intentionally added the code to make all groups empty, explaining it with the comment “remove the count, since the value is not consistent with the result of the search when expand the group”:

for groupname in groupby:

if result.get(groupname + "_count"):

del result[groupname + "_count"]

 

2. We have tried to remove the overwriting of the function and it works more or less OK. If to remove above stated 3 lines it would be also fine. The general conclusion is that if you really need grouping in calendar, you have to modify calendar.py file. There is certain risk, that there would be some other bugs, however we haven't revealed them after a week of exploiting.

 

 

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 25
452
2
Jun 25
824
1
May 25
2407
1
Apr 25
3517
3
Aug 24
2616