Ravi Gohil (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-bug-777347-rgo into 
lp:openobject-addons/6.0.

Requested reviews:
  Anup(OpenERP) (ach-openerp)
Related bugs:
  Bug #777347 in OpenERP Addons: "[6.0.2] Schedule phone call : partner 
selection is lost during the process"
  https://bugs.launchpad.net/openobject-addons/+bug/777347

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-bug-777347-rgo/+merge/61949

Hello,

There was an issue with Schedule Phone Call from partner. Partner was missing. 
It should be filled by the same partner whichever it was called from.

It has been fixed.

Thanks.

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-bug-777347-rgo/+merge/61949
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-bug-777347-rgo.
=== modified file 'crm/crm_phonecall_menu.xml'
--- crm/crm_phonecall_menu.xml	2011-01-17 22:22:19 +0000
+++ crm/crm_phonecall_menu.xml	2011-05-23 10:29:24 +0000
@@ -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"
         />
 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help   : https://help.launchpad.net/ListHelp

Reply via email to