summaryrefslogtreecommitdiff
path: root/addons/mail/static/src/xml/many2one_avatar_user.xml
blob: 3ef845fdde62f224ec2d7c2deccde41923e1c758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>