[PYTHON][VIEW] +bikecoop start and stop dates
[burette/lhc.git] / view / membership.xml
index cac246c..a5078d0 100644 (file)
@@ -11,6 +11,8 @@
                 </xpath>
                 <xpath expr="//page[@string='Membership']/group/group/div" position="after">
                     <field name="kit_sent" attrs="{'invisible': [('membership_state','not in', ('old', 'waiting', 'invoiced', 'free', 'paid'))]}"/>
+                    <field name="bikecoop_activity_start" attrs="{'invisible': [('is_company','=', False)]}" />
+                    <field name="bikecoop_activity_stop" attrs="{'invisible': [('is_company','=', False)]}"/>
                 </xpath>
             </field>
         </record>