[MERGE] [FIX] project: Cumulative flow report shows create button on the tree view which is of no use on analysis report

bzr revid: mat@openerp.com-20130528122126-b081huv307ydxtzl
This commit is contained in:
Martin Trigaux 2013-05-28 14:21:26 +02:00
commit 7b4cdfdb53
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"/>