Merge PR #771 into 12.0

Signed-off-by dreispt
pull/787/head
OCA-git-bot 2021-09-24 13:59:56 +00:00
commit 8baf240fc1
1 changed files with 10 additions and 1 deletions

View File

@ -97,7 +97,11 @@
</strong>
</div>
<div>
<strong class="o_kanban_record_title"><field name="res_name"/></strong>
<strong class="o_kanban_record_title">
<a name="open_origin" type="object">
<field name="res_name"/>
</a>
</strong>
</div>
<div class="o_kanban_record_bottom">
@ -129,6 +133,11 @@
</t>
</div>
<div class="oe_kanban_bottom_right">
<span>
<a name="action_done" type="object"><i class="fa fa-check" role="img" aria-label="Mark as Done" title="Mark as Done"/></a>
<a name="action_done_schedule_next" type="object"><i class="fa fa-undo" role="img" aria-label="Done &amp; Schedule Next" title="Done &amp; Schedule Next"/></a>
<a name="unlink" type="object"><i class="fa fa-times" role="img" aria-label="Cancel" title="Cancel"/></a>
</span>
<img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)"
t-att-title="record.user_id.value"
t-att-alt="record.user_id.value" width="24" height="24" class="oe_kanban_avatar"/>