crm help text for section and category

Bug #416360 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Wishlist
Unassigned

Bug Description

--- crm/crm.py 2009-08-17 20:06:22 +0000
+++ crm/crm.py 2009-08-20 10:41:42 +0000
I suggest the following
@@ -362,8 +362,10 @@
         'priority': fields.selection(AVAILABLE_PRIORITIES, 'Priority'),
         'active': fields.boolean('Active'),
         'description': fields.text('Your action'),
- 'section_id': fields.many2one('crm.case.section', 'Section', required=True, select=True),
- 'categ_id': fields.many2one('crm.case.categ', 'Category', domain="[('section_id','=',section_id)]"),
+ 'section_id': fields.many2one('crm.case.section', 'Section', required=True, select=True,
+ help="Define responsible user and Email account for mail gateway"),
+ 'categ_id': fields.many2one('crm.case.categ', 'Category', domain="[('section_id','=',section_id)]",
+ help="Subdivide the CRM cases independently or of a section"),
         'planned_revenue': fields.float('Planned Revenue'),
         'planned_cost': fields.float('Planned Costs'),
         'probability': fields.float('Probability (%)'),

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hi,

Can you look at this please ?

         'priority': fields.selection(AVAILABLE_PRIORITIES, 'Priority'),
         'active': fields.boolean('Active'),
         'description': fields.text('Your action'),
- 'section_id': fields.many2one('crm.case.section', 'Section', required=True, select=True),
- 'categ_id': fields.many2one('crm.case.categ', 'Category', domain="[('section_id','=',section_id)]"),
+ 'section_id': fields.many2one('crm.case.section', 'Section', required=True, select=True, help='Section to which Case belongs to. Define Responsible user and Email account for mail gateway.'),
+ 'categ_id': fields.many2one('crm.case.categ', 'Category', domain="[('section_id','=',section_id)]", help='Category related to the section.Subdivide the CRM cases independently or section-wise.'),
         'planned_revenue': fields.float('Planned Revenue'),
         'planned_cost': fields.float('Planned Costs'),
         'probability': fields.float('Probability (%)'),

Changed in openobject-addons:
importance: Undecided → Wishlist
Revision history for this message
Ferdinand (office-chricar) wrote :

looks good

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Improved by revision 2278 <email address hidden> on trunk.

Thank you for pointing Dr. Ferdinand.

Changed in openobject-addons:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.