bzr revid: sgo@tinyerp.com-20120404055618-lbd3oh70smsrcr47
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-04-04 11:26:18 +05:30
parent 6d1249542d
commit e21bf1fd86
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
<tr t-if="record.date.raw_value"> <th align="left">Deadline</th><td align="left"><t t-esc="record.date.raw_value.toString('MMMM')"/>
<t t-esc="record.date.raw_value.getDate()"/>,
<t t-esc="record.date.raw_value.getFullYear()"/></td> </tr>
<tr> <th align="left">Progress</th><td align="left"><t t-esc="Math.round(record.effective_hours.raw_value)"/>/<t t-esc="Math.round(record.total_hours.raw_value)"/> days</td> </tr>
<tr> <th align="left">Progress</th><td align="left"><t t-esc="Math.round(record.effective_hours.raw_value/24)"/>/<t t-esc="Math.round(record.total_hours.raw_value/24)"/> days</td> </tr>
</table>
<t t-foreach="record.members.raw_value" t-as="member"><img t-att-src="kanban_image('res.users', 'avatar', member)" class="project_avatar"/></t>
</li>