[FIX] crm: Invert the open and closed datetime in the crm.lead view
authorStephane Wirtel <stephane@openerp.com>
Tue, 11 May 2010 11:24:38 +0000 (13:24 +0200)
committerStephane Wirtel <stephane@openerp.com>
Tue, 11 May 2010 11:24:38 +0000 (13:24 +0200)
bzr revid: stephane@openerp.com-20100511112438-nigo9t9gge6t5orw

addons/crm/crm_lead_view.xml

index f89c558..9608616 100644 (file)
                         <separator string="Dates" colspan="2" col="2"/>
                         <field name="create_date"/>
                         <field name="write_date"/>
-                        <field name="date_closed"/>
                         <field name="date_open"/>
+                        <field name="date_closed"/>
                     </group>
                     <group colspan="2" col="2">
                         <separator string="Statistics" colspan="2" col="2"/>