From 27282b71ff24272825f9d4d4d9a04e8a6bb77ffc Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 6 Sep 2012 12:56:55 +0200 Subject: [PATCH] [Member] tuning de formulaire --- bikecoop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.20.1