Skip to content
Snippets Groups Projects
Commit 2c9d8968 authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[IMP] mail: guard AttachmentCardComponent


Task-2797754

closes odoo/odoo#86705

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent e85766b5
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="mail.AttachmentCard" owl="1">
<div t-attf-class="{{ className }}" t-ref="root">
<t t-if="attachmentCard">
<t t-if="attachmentCard">
<div t-attf-class="{{ className }}" t-ref="root">
<div class="o_AttachmentCard o-has-card-details d-flex rounded bg-300"
t-att-class="{
'o-downloadable': !attachmentCard.attachmentList.composerViewOwner,
......@@ -57,7 +57,7 @@
</div>
</t>
</div>
</t>
</div>
</div>
</t>
</t>
</templates>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment