[FIX] crm : missing partner information while schedule phone call is fixed
authorRavi Gohil (Open ERP) <rgo@tinyerp.com>
Mon, 23 May 2011 09:49:40 +0000 (15:19 +0530)
committerRavi Gohil (Open ERP) <rgo@tinyerp.com>
Mon, 23 May 2011 09:49:40 +0000 (15:19 +0530)
lp bug: https://launchpad.net/bugs/777347 fixed

bzr revid: rgo@tinyerp.com-20110523094940-q1p8amsjr05qup4t

addons/crm/crm_phonecall_menu.xml

index f223ee1..cfaf572 100644 (file)
@@ -9,6 +9,7 @@
         src_model="res.partner"
         view_mode="calendar,tree,form"
         context="{'search_default_partner_id': [active_id], 'default_duration': 1.0}"
+        domain="[('partner_id', '=', active_id)]"
         groups="base.group_extended"
         />