[IMP] margin-right on hours for timesheets

bzr revid: fp@tinyerp.com-20121029165138-4i0rgh9ayyw2qq5m
This commit is contained in:
Fabien Pinckaers 2012-10-29 17:51:38 +01:00
parent 6561c0fcef
commit 2d3c672d93
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<field name="partner_id"/>
</field>
<xpath expr="//div[contains(@class, 'oe_kanban_project_list')]" position="inside">
<a t-if="record.use_timesheets.raw_value"
<a t-if="record.use_timesheets.raw_value" style="margin-right: 10px"
name="open_timesheets" type="object"><field name="hours_quantity"/> Hours</a>
</xpath>
</field>