diff --git a/addons/crm/crm_lead_menu.xml b/addons/crm/crm_lead_menu.xml index f902123ab7a..777b58ac60a 100644 --- a/addons/crm/crm_lead_menu.xml +++ b/addons/crm/crm_lead_menu.xml @@ -51,7 +51,7 @@ name="Meetings" res_model="crm.meeting" src_model="crm.lead" - view_mode="tree,form,calendar," + view_mode="tree,form,calendar" context="{'default_duration': 4.0, 'default_opportunity_id': active_id}" domain="[('opportunity_id', '=', active_id)]" view_type="form"/> diff --git a/addons/crm/crm_phonecall_menu.xml b/addons/crm/crm_phonecall_menu.xml index d192b970cb3..d8d00710420 100644 --- a/addons/crm/crm_phonecall_menu.xml +++ b/addons/crm/crm_phonecall_menu.xml @@ -18,7 +18,7 @@ name="Meetings" res_model="crm.meeting" src_model="crm.phonecall" - view_mode="tree,form,calendar," + view_mode="tree,form,calendar" context="{'default_duration': 4.0, 'default_phonecall_id': active_id}" domain="[('phonecall_id', '=', active_id)]" view_type="form"/-->