[FIX]CRM: solved bug of Schedule a meeting not linked with the associated partner

lp bug: https://launchpad.net/bugs/673050 fixed

bzr revid: ssi@tinyerp.com-20101110094616-z4bvc9q2pt4z9krx
This commit is contained in:
ssi 2010-11-10 15:16:16 +05:30
parent 630d577f63
commit 03bb6027eb
1 changed files with 1 additions and 0 deletions

View 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">