[VIEW] -remove placeholder for gender and main activity fields
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 26 Jun 2015 11:31:56 +0000 (13:31 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 26 Jun 2015 11:31:56 +0000 (13:31 +0200)
view/bikecoop.xml

index 94e20d6..09ce347 100644 (file)
@@ -46,9 +46,9 @@
                             </group>
                             <group attrs="{'invisible': [('is_company','=',True)]}">
                                 <field name="year" placeholder="1900" attrs="{'required': [('is_company','=', False)]}"/>
-                                <field name="gender_id" domain="[('domain','=', 'gender')]" placeholder="Other, Female or Male" attrs="{'required': [('is_company','=', False)]}" widget="selection"/>
+                                <field name="gender_id" domain="[('domain','=', 'gender')]" attrs="{'required': [('is_company','=', False)]}" widget="selection"/>
                                 <field name="nationality_id" placeholder="France" attrs="{'required': [('is_company','=', False)]}"/>
-                                <field name="occupation_id" placeholder="Student/Employee/Other" domain="[('domain','=', 'occupation')]" attrs="{'required': [('is_company','=', False)]}" widget="selection"/>
+                                <field name="occupation_id" domain="[('domain','=', 'occupation')]" attrs="{'required': [('is_company','=', False)]}" widget="selection"/>
                             </group>
                         </group>
                         <notebook name="Volunteer activities">