[IMP]:crm:changed the order of file

bzr revid: sbh@tinyerp.com-20100112102905-2ze1sxfx6s3vqj3m
This commit is contained in:
sbh (Open ERP) 2010-01-12 15:59:05 +05:30
parent 6a2a90d5ea
commit 99b1e5b7ef
3 changed files with 8 additions and 5 deletions

View File

@ -23,9 +23,11 @@ import crm
import crm_mailgate
import crm_segmentation
import crm_meeting
import crm_opportunity
import crm_lead
import crm_phonecall
import crm_opportunity
import crm_claim
import crm_fundraising

View File

@ -68,6 +68,9 @@ between mails and Open ERP.""",
'crm_meeting_wizard.xml',
'crm_meeting_view.xml',
'crm_meeting_menu.xml',
'crm_phonecall_wizard.xml',
'crm_phonecall_view.xml',
'crm_phonecall_menu.xml',
'crm_opportunity_wizard.xml',
'crm_opportunity_view.xml',
'crm_opportunity_menu.xml',
@ -75,9 +78,7 @@ between mails and Open ERP.""",
'crm_fund_menu.xml',
'crm_claims_view.xml',
'crm_claims_menu.xml',
'crm_phonecall_wizard.xml',
'crm_phonecall_view.xml',
'crm_phonecall_menu.xml',
# 'crm_report_view.xml',
'crm_helpdesk_view.xml',
'crm_helpdesk_menu.xml',

View File

@ -70,7 +70,7 @@ class crm_phonecall(osv.osv):
'probability': fields.float('Probability (%)'),
'planned_revenue': fields.float('Planned Revenue'),
'date_closed': fields.datetime('Closed', readonly=True),
'case_id': fields.many2one ('crm.case', 'Opportunity'),
'case_id': fields.many2one ('crm.case', 'Related Case'),
}
def msg_new(self, cr, uid, msg):