[Member] tuning de formulaire
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 6 Sep 2012 10:56:55 +0000 (12:56 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 6 Sep 2012 10:56:55 +0000 (12:56 +0200)
bikecoop.py

index 9bbda04..ded222b 100644 (file)
@@ -26,7 +26,7 @@ class Partner(osv.osv):
         'associate_members': fields.one2many('res.partner', 'associate_member', 'Associate members', help='Members who are associated to this partner.'),
         'nationality_id': fields.many2one('res.country', 'Nationality', help='Partner\'s nationality if he is a person'),
         'occupation_id': fields.many2one('bikecoop.partner.theme', 'Occupation', help='Main occupation of this partner'),
-        'volunteer_ids': fields.many2many('bikecoop.partner.theme', 'res_partner_bikecoop_theme_rel', 'partner_id', 'theme_id', 'What kind of volunteer activities you want to do with us?'),
+        'volunteer_ids': fields.many2many('bikecoop.partner.theme', 'res_partner_bikecoop_theme_rel', 'partner_id', 'theme_id', 'Want to be volunteer?', help='What kind of volunteer activities you want to do with us?'),
     }
 
 Partner()