Gantt view of project tasks.

bzr revid: ame@tinyerp.com-20081016105236-o9yowg6lp88avo8r
This commit is contained in:
Amit Mendapara 2008-10-16 16:22:36 +05:30
parent e380c292fa
commit fd9adc56d7
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@
<field eval="2" name="priority"/>
<field name="arch" type="xml">
<gantt color="user_id" date_delay="planned_hours" date_start="date_start" string="Tasks">
<level object="project.project" domain="[]">
<level object="project.project" link="project_id" domain="[]">
<field name="name"/>
</level>
</gantt>