[IMP]add the group to the remaining hours in project re evalute view

bzr revid: rma@tinyerp.com-20121029074853-ih7ljfq01ae1qrdl
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-10-29 13:18:53 +05:30
parent e5a7eb11bc
commit d82d790f6a
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"/>