Merge lp:~openerp-dev/openobject-addons/trunk-bug-1005886-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1005886-nco
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
crm_claim/report/crm_claim_report.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1005886-nco
Reviewer Review Type Date Requested Status
Amit Parik (community) Approve
OpenERP Core Team Pending
Review via email: mp+164402@code.launchpad.net

Description of the change

Hello,

Group by stage in crm_claim now shows the claim stages only.

To reproduce

Go to reporting , Claims Analysis report and group by stage
Its mixup with crm stages insead of showing crm_claim stages only.

Thank You!

To post a comment you must log in.
Revision history for this message
Amit Parik (amit-parik) :
review: Approve

Unmerged revisions

8708. By Mahendra Barad(OpenERP)

[FIX] crm_claim now shows the claim stages only.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm_claim/report/crm_claim_report.py'
2--- crm_claim/report/crm_claim_report.py 2013-04-15 10:23:49 +0000
3+++ crm_claim/report/crm_claim_report.py 2013-05-17 13:42:21 +0000
4@@ -62,7 +62,7 @@
5 'create_date': fields.datetime('Create Date', readonly=True, select=True),
6 'day': fields.char('Day', size=128, readonly=True),
7 'delay_close': fields.float('Delay to close', digits=(16,2),readonly=True, group_operator="avg",help="Number of Days to close the case"),
8- 'stage_id': fields.many2one ('crm.case.stage', 'Stage', readonly=True,domain="[('section_ids','=',section_id)]"),
9+ 'stage_id': fields.many2one ('crm.claim.stage', 'Stage', readonly=True,domain="[('section_ids','=',section_id)]"),
10 'categ_id': fields.many2one('crm.case.categ', 'Category',\
11 domain="[('section_id','=',section_id),\
12 ('object_id.model', '=', 'crm.claim')]", readonly=True),

Subscribers

People subscribed via source and target branches

to all changes: