[IMP] project_issue in portal: avatar -> image.

bzr revid: tde@openerp.com-20120807120346-yhcsb3nne8eq0egs
This commit is contained in:
Thibault Delavallée 2012-08-07 14:03:46 +02:00
parent 519c1a2623
commit d23930a2b1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<t t-if="record.date_deadline.raw_value and record.date_deadline.raw_value lt (new Date())">
<span t-attf-class="oe_kanban_status oe_kaban_status_red"> </span>
</t>
<img t-att-src="kanban_image('res.users', 'avatar', record.user_id.raw_value[0])" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar"/>
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value[0])" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar"/>
</div>
</div>
</div>