← Back to team overview

openerp-canada team mailing list archive

lp:~openerp-canada/openobject-addons/crm_claim_action_type_immediate_action into lp:openobject-addons

 

Maxime Chambreuil (http://www.savoirfairelinux.com) has proposed merging lp:~openerp-canada/openobject-addons/crm_claim_action_type_immediate_action into lp:openobject-addons.

Requested reviews:
  OpenERP Committers (openerp-commiter)


Add 'Immediate Action' to the list of action type in the crm claim
-- 
https://code.launchpad.net/~openerp-canada/openobject-addons/crm_claim_action_type_immediate_action/+merge/41878
Your team OpenERP Canada Team is subscribed to branch lp:~openerp-canada/openobject-addons/crm_claim_action_type_immediate_action.
=== modified file 'crm_claim/crm_claim.py'
--- crm_claim/crm_claim.py	2010-10-01 12:37:19 +0000
+++ crm_claim/crm_claim.py	2010-11-25 16:23:55 +0000
@@ -54,7 +54,7 @@
                             domain="[('section_id','=',section_id),\
                             ('object_id.model', '=', 'crm.claim')]"), 
         'priority': fields.selection(crm.AVAILABLE_PRIORITIES, 'Priority'), 
-        'type_action': fields.selection([('correction','Corrective Action'),('prevention','Preventive Action')], 'Action Type'),
+        'type_action': fields.selection([('immediate','Immediate Action'),('correction','Corrective Action'),('prevention','Preventive Action')], 'Action Type'),
         'user_id': fields.many2one('res.users', 'Responsible'), 
         'section_id': fields.many2one('crm.case.section', 'Sales Team', \
                         select=True, help="Sales team to which Case belongs to."\