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

[IMP] mail: guard ComposerSuggestedRecipientListComponent


Task-2797754

closes odoo/odoo#86794

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent fd0d0244
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.ComposerSuggestedRecipientList" owl="1">
<div class="o_ComposerSuggestedRecipientList" t-attf-class="{{ className }}" t-ref="root">
<t t-if="thread">
<t t-if="thread">
<div class="o_ComposerSuggestedRecipientList" t-attf-class="{{ className }}" t-ref="root">
<t t-foreach="state.hasShowMoreButton ? thread.suggestedRecipientInfoList : thread.suggestedRecipientInfoList.slice(0,3)" t-as="recipientInfo" t-key="recipientInfo.localId">
<ComposerSuggestedRecipient
suggestedRecipientInfoLocalId="recipientInfo.localId"
......@@ -20,7 +20,7 @@
</button>
</t>
</t>
</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