[FIX] project: Cumulative flow report shows create button on the tree view which is of no use on analysis report(Case; ref 586007)

bzr revid: skh@tinyerp.com-20130213061537-eygstzahil29uf3a
This commit is contained in:
Somesh Khare (OpenERP) 2013-02-13 11:45:37 +05:30
parent ead19a73b2
commit 0118a9640e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<field name="name">project.task.history.cumulative.tree</field>
<field name="model">project.task.history.cumulative</field>
<field name="arch" type="xml">
<tree string="Tasks's Cumulative Flow">
<tree string="Tasks's Cumulative Flow" create="false">
<field name="date"/>
<field name="project_id"/>
<field name="task_id"/>