I add it in xml but I dont know How to write chatter.sendWhatsappMessage in js
templates xml:space="preserve"
t t-name="what.WhatsappChatterButton" t-inherit="mail.ChatterTopbar"
t-inherit-mode="extension" owl="1"
xpath expr="//button[contains(@class, 'o_ChatterTopbar_buttonLogNote')]" position="after"
div
button class="btn btn-success text-nowrap me-2" id="whatsapp_chatter_button"
type="button"
t-att-disabled="chatter.isDisabled"
title="Send a whatsapp message"
data-hotkey="shift+w" t-on-click="chatter.sendWhatsappMessage">
i class="fa fa-whatsapp me-1"/
span WhatsAppm /span
/button
/div
/xpath
/t
/templates