I was asked to change the thread view that shows at the bottom of pages.
I've created a file and loaded it in the __manifest__.py
Here's the code:..
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-extend="mail.ChatThread.Message" t-name="ChatThread">
<t t-jquery=".o_mail_timestamp" t-operation="replace">
<small class="o_mail_timestamp" t-att-title="message.date">
<t t-esc="message.date"/>
</small>
</t>
</t>
</templates>
However, changes are not applied. Has anyone done this before?