[IMP] Project_issue : Added project_id to list view

bzr revid: jvo@tinyerp.com-20100709123953-tgmt4lsdc3packug
This commit is contained in:
Jay (Open ERP) 2010-07-09 18:09:53 +05:30
parent 7303590f8b
commit 790ec26efb
1 changed files with 1 additions and 1 deletions

View File

@ -154,9 +154,9 @@
<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"