Merge PR #477 into 14.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot 2024-04-21 20:18:34 +00:00
commit db834e481c

View File

@ -127,13 +127,17 @@
>
<i
t-if="!record.image.raw_value"
title="Folder"
class="o_kanban_image fa fa-folder-open"
/>
</span>
</t>
<t t-if="record.type.raw_value == 'content'">
<span style="font-size: 64px; color: lightgray">
<i class="o_kanban_image fa fa-file" />
<i
title="File"
class="o_kanban_image fa fa-file"
/>
</span>
</t>
</div>