Merge lp:~openerp-dev/openobject-addons/trunk-bug-907665-mdi into lp:openobject-addons

Proposed by DJ Patel (OpenERP)
Status: Merged
Merged at revision: 6134
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-907665-mdi
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
event/event.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-907665-mdi
Reviewer Review Type Date Requested Status
Thibault Delavallée (OpenERP) (community) Approve
Review via email: mp+86691@code.launchpad.net

Description of the change

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/907665 "can't Add a internal note in state in_progress".

Thanks and Regards,

Divyesh Makwana(MDI)

To post a comment you must log in.
Revision history for this message
Thibault Delavallée (OpenERP) (tde-openerp) wrote :

Fix merged in trunk. However, its implementation differs from the proposed fix. We choose to add missing case_* methods required by the add_note wizard from crm. Note that some crm unused states (pending and reset) actually have no effect in event.registration; related methods are therefore void. This solution implies less model modifications than inheriting from crm.crm_case class.

To actually find the fix, refer to :
revno: 6134
revision-id: <email address hidden>

Best regards,

Thibault.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'event/event.py'
2--- event/event.py 2011-12-19 16:54:40 +0000
3+++ event/event.py 2011-12-22 12:15:49 +0000
4@@ -279,7 +279,7 @@
5
6 event_event()
7
8-class event_registration(osv.osv):
9+class event_registration(crm.crm_case, osv.osv):
10 """Event Registration"""
11 _name= 'event.registration'
12 _description = __doc__

Subscribers

People subscribed via source and target branches

to all changes: