[IMP] Added need_action_user_id, as draft for mechanism to know wich user must take...
[odoo/odoo.git] / addons / mail / static / src / xml / mail.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <template>
3     
4     <div t-name="MailTest">
5         <button type="button" class="oe_mail_action_follow">
6             Follow
7 <!--             <img src="/edi/static/src/img/pdf.png"/> -->
8         </button>
9         <button type="button" class="oe_mail_action_unfollow">
10             Unfollow
11 <!--             <img src="/edi/static/src/img/pdf.png"/> -->
12         </button>
13         <p>Bladivoctock !</p>
14         <t t-if="type=='comment'">Blougiboulga !!</t>
15         <p>Ouagadougou</p>
16     </div>
17     
18 <!--    <t t-extend="ViewManagerAction">
19         <t t-jquery=".oe-shortcut-toggle" t-operation="after">
20             <a class="oe-share_link" href="#share_link" title="Follow">Follow</a>
21             <a class="oe-share" href="#share" title="Unfollow">Unfollow</a>
22         </t>
23     </t>-->
24     
25 </template>