Merge lp:~openerp-dev/openobject-addons/7.0-opw-600494-ado into lp:openobject-addons/7.0

Proposed by Amit Dodiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-opw-600494-ado
Merge into: lp:openobject-addons/7.0
Diff against target: 10 lines (+1/-0)
1 file modified
crm/wizard/crm_phonecall_to_phonecall_view.xml (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-opw-600494-ado
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+195378@code.launchpad.net

Description of the change

Hello,

[FIX] crm_phonecall: while creating new call from existing call from Logged call menu it creates new call with done state where it should create with confirm state

Steps:
1). Goto Sales-> Phone Calls-> Logged Calls
2). Now open any call which is in 'Done' state
3). Click on "Schedule Other Call" so the wizard will run, now click on "Schedule Call" button
New call is created but with "Done" state, it should created with "Confirmed" so it will be available on "Schedule Calls" list.

Regards,
Amit

To post a comment you must log in.

Unmerged revisions

9574. By jeffery chen fan

[FIX] crm_phonecall: while creating new call from existing call from Logged call menu it creates new call with done state where it should create with confirm state

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm/wizard/crm_phonecall_to_phonecall_view.xml'
2--- crm/wizard/crm_phonecall_to_phonecall_view.xml 2012-11-29 22:26:45 +0000
3+++ crm/wizard/crm_phonecall_to_phonecall_view.xml 2013-11-15 12:48:41 +0000
4@@ -35,6 +35,7 @@
5 <field name="view_type">form</field>
6 <field name="view_mode">form</field>
7 <field name="view_id" ref="phonecall_to_phonecall_view"/>
8+ <field name="context">{'default_state': 'open'}</field>
9 <field name="target">new</field>
10 </record>
11