[Association] overload: replace membership line date to see date_from and date_to...
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 15 Jan 2013 14:48:34 +0000 (15:48 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 15 Jan 2013 14:48:34 +0000 (15:48 +0100)
view/partner.xml

index 09344b6..4455763 100644 (file)
                 <xpath expr="//field[@name='associate_member']" position="replace">
                     <field name="associate_members" widget="many2many"/>
                 </xpath>
+                <xpath expr="//field/tree/field[@name='date']" position="replace">
+                    <field name="date_from"/>
+                    <field name="date_to"/>
+                </xpath>
             </field>
         </record>
         <record id="view_remembership_members_simple_tree" model="ir.ui.view">