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

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

Description of the change

Hello,

Set the priority field and put the calender view of opportunity instead of lead.

Thanks

To post a comment you must log in.
Revision history for this message
Atul Patel(OpenERP) (atp-openerp) wrote :

hello,

it seems ok to me.

Thanks for solution and fix.

review: Approve

Unmerged revisions

8490. By Chandni Gandhi(OpenERP)

[FIX]:Set the priority field and put the calender view of the opportunity insted of lead

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 2012-12-26 10:33:19 +0000
3+++ crm/crm_lead_view.xml 2013-01-03 11:26:26 +0000
4@@ -235,19 +235,6 @@
5 </field>
6 </record>
7
8- <!-- CRM Lead Calendar View -->
9- <record model="ir.ui.view" id="crm_case_calendar_view_leads">
10- <field name="name">CRM - Leads Calendar</field>
11- <field name="model">crm.lead</field>
12- <field name="priority" eval="2"/>
13- <field name="arch" type="xml">
14- <calendar string="Leads Generation"
15- date_start="date_action" color="user_id">
16- <field name="name"/>
17- <field name="partner_name"/>
18- </calendar>
19- </field>
20- </record>
21
22 <!-- CRM Lead Kanban View -->
23 <record model="ir.ui.view" id="crm_case_kanban_view_leads">
24@@ -363,7 +350,7 @@
25 <record model="ir.ui.view" id="crm_case_form_view_oppor">
26 <field name="name">Opportunities</field>
27 <field name="model">crm.lead</field>
28- <field name="priority">20</field>
29+ <field name="priority">2</field>
30 <field name="arch" type="xml">
31 <form string="Opportunities" version="7.0">
32 <header>
33@@ -566,5 +553,20 @@
34 </field>
35 </record>
36
37+ <!-- CRM Opportunities Calendar View -->
38+ <record model="ir.ui.view" id="crm_case_calendar_view_opports">
39+ <field name="name">Opportunities Calendar</field>
40+ <field name="model">crm.lead</field>
41+ <field name="priority" eval="2"/>
42+ <field name="arch" type="xml">
43+ <calendar string="Opportunities"
44+ date_start="date_action" color="user_id">
45+ <field name="name"/>
46+ <field name="partner_name"/>
47+ </calendar>
48+ </field>
49+ </record>
50+
51+
52 </data>
53 </openerp>

Subscribers

People subscribed via source and target branches

to all changes: