[CLEAN] crm: fixed opp kanban view update

bzr revid: tde@openerp.com-20140508143128-tazp6gx0ka9glio1
This commit is contained in:
Thibault Delavallée 2014-05-08 16:31:28 +02:00
parent 400b194d60
commit ae69285593
1 changed files with 4 additions and 10 deletions

View File

@ -303,16 +303,10 @@
<field name="title_action"/>
</div>
<div class="oe_kanban_bottom_right">
<table>
<tr>
<td groups="base.group_user">
<field name="priority" widget="priority"/>
</td>
<td>
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar"/>
</td>
</tr>
</table>
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar pull-right"/>
<div class="pull-left">
<field name="priority" widget="priority"/>
</div>
</div>
<div class="oe_kanban_footer_left">
<t t-raw="record.message_summary.raw_value"/>