[FIX] Fix notification in calendar. All peoples had all notifs :(

bzr revid: jke@openerp.com-20140227142933-33bh05ozdb7uwjy5
This commit is contained in:
Kersten Jeremy 2014-02-27 15:29:33 +01:00
parent d96cf8c54c
commit 2b7de6164f
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class calendar_alarm_manager(osv.AbstractModel):
"""
filter_user = """
LEFT JOIN calendar_event_res_partner_rel AS part_rel ON part_rel.calendar_event_id = cal.id
RIGHT JOIN calendar_event_res_partner_rel AS part_rel ON part_rel.calendar_event_id = cal.id
AND part_rel.res_partner_id = %s
"""