[FIX]exchange date and name field
authorKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Thu, 11 Oct 2012 10:21:10 +0000 (15:51 +0530)
committerKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Thu, 11 Oct 2012 10:21:10 +0000 (15:51 +0530)
bzr revid: kbh@tinyerp.com-20121011102110-n1cpyknr15i0jvfh

addons/project/project_view.xml

index 03c0ee2..5894afe 100644 (file)
                             <field name="description" attrs="{'readonly':[('state','=','done')]}" placeholder="Add a Description..."/>
                             <field name="work_ids" groups="project.group_tasks_work_on_tasks">
                                 <tree string="Task Work" editable="top">
-                                    <field name="date"/>
                                     <field name="name"/>
+                                    <field name="date"/>
                                     <field name="user_id"/>
                                     <field name="hours" widget="float_time" sum="Spent Hours"/>
                                 </tree>