mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
@@ -455,9 +455,12 @@
|
|||||||
<div class="oe_kanban_bottom_left">
|
<div class="oe_kanban_bottom_left">
|
||||||
V: <field name="version" />
|
V: <field name="version" />
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_kanban_bottom_right">
|
<div
|
||||||
|
class="oe_kanban_bottom_right"
|
||||||
|
t-if="record.assigned_user_id.raw_value"
|
||||||
|
>
|
||||||
<img
|
<img
|
||||||
t-att-src="kanban_image('res.users', 'image_small', record.assigned_user_id.raw_value)"
|
t-att-src="kanban_image('res.users', 'image_128', record.assigned_user_id.raw_value)"
|
||||||
t-att-title="record.assigned_user_id.value"
|
t-att-title="record.assigned_user_id.value"
|
||||||
width="36"
|
width="36"
|
||||||
height="36"
|
height="36"
|
||||||
|
|||||||
Reference in New Issue
Block a user