[MERGE]:task re-evaluate

bzr revid: apa@tinyerp.com-20121030055200-sct66ofzi9urjnc9
This commit is contained in:
Amit Patel 2012-10-30 11:22:00 +05:30
commit 0addf2226e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<form string="Reevaluate Task" version="7.0">
<separator string="Reevaluation Task"/>
<group>
<field name="remaining_hours" widget="float_time"/>
<field name="remaining_hours" widget="float_time" groups="project.group_time_work_estimation_tasks"/>
</group>
<footer>
<button name="compute_hours" string="_Evaluate" type="object" default_focus="1" class="oe_highlight"/>