Merge lp:~openerp-dev/openobject-addons/trunk-bug-1096007-cga into lp:openobject-addons

Proposed by Chandni Gandhi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1096007-cga
Merge into: lp:openobject-addons
Diff against target: 14 lines (+2/-0)
1 file modified
crm/crm_lead_view.xml (+2/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1096007-cga
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+142068@code.launchpad.net

Description of the change

Hello,

Put the Phone Calls in to window action.

Thanks.

To post a comment you must log in.
8496. By Chandni Gandhi(OpenERP)

[IMP]:Change context value

8497. By Chandni Gandhi(OpenERP)

[MERGE]:With latest code

Unmerged revisions

8497. By Chandni Gandhi(OpenERP)

[MERGE]:With latest code

8496. By Chandni Gandhi(OpenERP)

[IMP]:Change context value

8495. By Chandni Gandhi(OpenERP)

[FIX]:Add the window action of Phone Call

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm/crm_lead_view.xml'
2--- crm/crm_lead_view.xml 2013-02-05 15:55:56 +0000
3+++ crm/crm_lead_view.xml 2013-02-07 10:07:24 +0000
4@@ -74,8 +74,10 @@
5 name="Phone calls"
6 groups="base.group_sale_salesman"
7 res_model="crm.phonecall"
8+ src_model="crm.lead"
9 view_mode="tree,calendar,form"
10 context="{'default_duration': 1.0 ,'default_opportunity_id': active_id}"
11+ domain="[('opportunity_id', '=', active_id)]"
12 view_type="form"/>
13
14 <act_window

Subscribers

People subscribed via source and target branches

to all changes: