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 <i
t-if="!record.image.raw_value" t-if="!record.image.raw_value"
title="Folder"
class="o_kanban_image fa fa-folder-open" class="o_kanban_image fa fa-folder-open"
/> />
</span> </span>
</t> </t>
<t t-if="record.type.raw_value == 'content'"> <t t-if="record.type.raw_value == 'content'">
<span style="font-size: 64px; color: lightgray"> <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> </span>
</t> </t>
</div> </div>