Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5559 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

 

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lip 25
454
2
cze 25
828
1
maj 25
2412
1
kwi 25
3529
3
sie 24
2621