[IMP] crm: add the partner in the meeting view

bzr revid: stw@openerp.com-20120726130327-3orfncfemg9ojdwu
This commit is contained in:
Stephane Wirtel 2012-07-26 15:03:27 +02:00
parent 51d739f609
commit 38907f44f0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<button type="action"
string="Schedule a Meeting"
name="%(base_calendar.action_crm_meeting)d"
context="{'search_default_partner_ids': active_id}"/>
context="{'search_default_partner_ids': active_id, 'default_partner_ids' : [active_id]}"/>
<button type="action" string="Schedule a Call"
name="%(crm.crm_case_categ_phone_create_partner)d"
context="{'search_default_partner_id': active_id, 'default_duration': 1.0}" />