From: Ludovic CHEVALIER Date: Thu, 6 Sep 2012 10:56:55 +0000 (+0200) Subject: [Member] tuning de formulaire X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop.git;a=commitdiff_plain;h=27282b71ff24272825f9d4d4d9a04e8a6bb77ffc [Member] tuning de formulaire --- diff --git a/bikecoop.py b/bikecoop.py index 9bbda04..ded222b 100644 --- a/bikecoop.py +++ b/bikecoop.py @@ -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()