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

<t t-name="mail.ActivityRecord">
    <td class="o_activity_record p-2 cursor-pointer" t-custom-click="(ev, newWindow) => this.props.openRecord(this.props.record, { newWindow })">
        <t t-call="{{ recordTemplate }}" t-call-context="this.getRenderingContext()"/>
    </td>
</t>

</templates>
