[IMP] Project_issue : Added project_id to list view
authorJay (Open ERP) <jvo@tinyerp.com>
Fri, 9 Jul 2010 12:39:53 +0000 (18:09 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Fri, 9 Jul 2010 12:39:53 +0000 (18:09 +0530)
bzr revid: jvo@tinyerp.com-20100709123953-tgmt4lsdc3packug

addons/project_issue/project_issue_view.xml

index 0bdee91..cbf24b1 100644 (file)
                 <tree string="Issue Tracker Tree"  colors="red:state=='open';blue:state=='pending';grey:state in ('cancel', 'done')">
                     <field name="id"/>
                     <field name="create_date"/>
-                    <field name="project_id" invisible="1"/>
                     <field name="name"/>
                     <field name="partner_id"/>
+                    <field name="project_id" />
                     <field name="priority" string="Severity"/>
                     <field name="stage_id" string="Resolution"/>
                     <button icon="gtk-go-back" string="" name="stage_previous" type="object"