Merge lp:~openerp-dev/openobject-addons/trunk-crm_todo_helpdesk-rsi into lp:openobject-addons

Proposed by Rakesh Sindhav(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-crm_todo_helpdesk-rsi
Merge into: lp:openobject-addons
Diff against target: 35 lines (+13/-1)
2 files modified
crm_helpdesk/crm_helpdesk_view.xml (+1/-1)
crm_todo/crm_todo_view.xml (+12/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-crm_todo_helpdesk-rsi
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+214736@code.launchpad.net

Description of the change

Hello Sir,

In the Helpdesk and Support menu there is selection field is given but now it changes to the Create and Edit like so user can easily create the Sales Team.
The another change is that in the My Task of crm_todo the lead is not displayed into the form view, it display in only tree view so it changed and now lead is display in tree and form view.

Thanks,
Rakesh Sindhav

To post a comment you must log in.
9291. By Rakesh Sindhav(OpenERP)

[UPDATE] Now Category is create from the Helpdesk and support

9292. By Rakesh Sindhav(OpenERP)

[MERGE]: Merged with addons

9293. By Rakesh Sindhav(OpenERP)

[MERGE]: Merged with addons

Unmerged revisions

9293. By Rakesh Sindhav(OpenERP)

[MERGE]: Merged with addons

9292. By Rakesh Sindhav(OpenERP)

[MERGE]: Merged with addons

9291. By Rakesh Sindhav(OpenERP)

[UPDATE] Now Category is create from the Helpdesk and support

9290. By Rakesh Sindhav(OpenERP)

[Update] Remove selection from sales team and add lead_id into form view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm_helpdesk/crm_helpdesk_view.xml'
2--- crm_helpdesk/crm_helpdesk_view.xml 2013-10-27 12:31:04 +0000
3+++ crm_helpdesk/crm_helpdesk_view.xml 2014-04-10 06:18:13 +0000
4@@ -52,7 +52,7 @@
5 </group>
6 <group string="Categorization">
7 <field name="priority"/>
8- <field name="categ_id" domain="[('object_id.model', '=', 'crm.helpdesk')]"/>
9+ <field name="categ_id" domain="[('object_id.model', '=', 'crm.helpdesk')]" context="{'object_name': 'crm.helpdesk'}"/>
10 <field name="channel_id"/>
11 </group>
12 </group>
13
14=== modified file 'crm_todo/crm_todo_view.xml'
15--- crm_todo/crm_todo_view.xml 2013-10-27 12:31:04 +0000
16+++ crm_todo/crm_todo_view.xml 2014-04-10 06:18:13 +0000
17@@ -26,6 +26,18 @@
18 </field>
19 </record>
20
21+ <record model="ir.ui.view" id="project_task_crm_form">
22+ <field name="name">project.task.form.crm</field>
23+ <field name="model">project.task</field>
24+ <field eval="2" name="priority"/>
25+ <field name="inherit_id" ref="project.view_task_form2"/>
26+ <field name="arch" type="xml">
27+ <field name="project_id" position="after">
28+ <field name="lead_id" invisible="not context.get('lead_id', False)"/>
29+ </field>
30+ </field>
31+ </record>
32+
33 <record model="ir.ui.view" id="project_task_crm_tree">
34 <field name="name">project.task.tree.crm</field>
35 <field name="model">project.task</field>

Subscribers

People subscribed via source and target branches

to all changes: