mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] agreement_legal: Change image field name in view.
This commit is contained in:
@@ -458,9 +458,12 @@
|
||||
<div class="oe_kanban_bottom_left">
|
||||
V: <field name="version" />
|
||||
</div>
|
||||
<div class="oe_kanban_bottom_right">
|
||||
<div
|
||||
class="oe_kanban_bottom_right"
|
||||
t-if="record.assigned_user_id.raw_value"
|
||||
>
|
||||
<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"
|
||||
width="36"
|
||||
height="36"
|
||||
|
||||
Reference in New Issue
Block a user