[FIX]CRM: solved bug of Schedule a meeting not linked with the associated partner
[odoo/odoo.git] / addons / crm / crm_meeting_menu.xml
index 73880da..2d26adb 100644 (file)
@@ -9,6 +9,7 @@
         src_model="res.partner"
         view_mode="calendar,tree,form,gantt"
         context="{'search_default_partner_id': active_id, 'default_duration': 4.0}"
+        domain="[('partner_id', '=', active_id)]"
     />
 
     <record model="ir.actions.act_window" id="crm_case_categ_meet_create_partner">