From 86c2821961c520a0ae100f1acd457fe040baf6ae Mon Sep 17 00:00:00 2001 From: Fabien Meghazi Date: Thu, 12 Jan 2012 12:14:31 +0100 Subject: [PATCH] [IMP] Crm meetings calendar view now uses new context key: 'calendar_default_' Note: this change needs web client Revision: 1946 revid:fme@openerp.com-20120112110953-6aqfd7nrzgp538br bzr revid: fme@openerp.com-20120112111431-6nzqjti316zsqaw0 --- addons/crm/crm_meeting_menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/crm/crm_meeting_menu.xml b/addons/crm/crm_meeting_menu.xml index 338579a..af50149 100644 --- a/addons/crm/crm_meeting_menu.xml +++ b/addons/crm/crm_meeting_menu.xml @@ -51,7 +51,7 @@ crm.meeting calendar,tree,form,gantt - {"search_default_user_id":uid, 'search_default_section_id': section_id} + {"calendar_default_user_id":uid} The meeting calendar is shared between the sales teams and fully integrated with other applications such as the employee holidays or the business opportunities. You can also synchronize meetings with your mobile phone using the caldav interface. -- 1.7.10.4