You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
475 B

<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<!-- Added Mail icon in composer -->
<t t-inherit="mail.Composer" t-inherit-mode="extension">
<xpath expr="//*[hasclass('rounded-pill')]" position="after">
<button class=" btn btn-light fa fa-clock-o border-0 rounded-pill"
title="Schedule Mail" aria-label="Schedule Log" type="button" t-on-click="scheduleLogNote"/>
</xpath>
</t>
</templates>