跳至內容
選單
此問題已被標幟
1 回覆
5563 瀏覽次數

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

頭像
捨棄
最佳答案

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.

 

 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
7月 25
456
2
6月 25
830
1
5月 25
2413
1
4月 25
3536
3
8月 24
2625