[FIX] change the timesheet stat button in project form view to not display the number of hours (addon project_timesheet)

bzr revid: ged@openerp.com-20140415125715-slkpgg4mpqhw1mh0
This commit is contained in:
Gery Debongnie 2014-04-15 14:57:15 +02:00
parent c68163c160
commit d6a3d9d089
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@
</xpath>
<xpath expr='//div[@name="buttons"]' position="inside">
<button class="oe_inline oe_stat_button" name="open_timesheets" type="object" attrs="{'invisible':[('use_timesheets','=', 0)]}"
icon="fa-calendar" widget="statinfo">
<field name="hours_quantity" string="Timesheets" widget="statinfo"/>
</button>
icon="fa-calendar" string="Timesheets"/>
</xpath>
</field>
</record>