<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <!-- MailMany2OneAvatar: do not display the display_name in kanban views -->
    <t t-name="mail.KanbanMany2OneAvatarUser" t-extend="web.Many2OneAvatar">
        <t t-jquery="img" t-operation="attributes">
            <attribute name="t-att-title">value</attribute>
        </t>
        <t t-jquery="span" t-operation="replace"/>
    </t>

</templates>
