odoo/addons/mail/static/src/xml/mail.xml

17 lines
481 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<template>
<t t-name="MailTest">
<div style="height:100%;">
<p>Hello world !</p>
</div>
</t>
<!-- <t t-extend="ViewManagerAction">
<t t-jquery=".oe-shortcut-toggle" t-operation="after">
<a class="oe-share_link" href="#share_link" title="Follow">Follow</a>
<a class="oe-share" href="#share" title="Unfollow">Unfollow</a>
</t>
</t>-->
</template>