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.
12 lines
737 B
12 lines
737 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('o_Composer_buttonAttachment')]" position="after">
|
|
<button class="o_Composer_button o_Composer_buttonAttachment o_Composer_toolButton btn btn-light fa fa-envelope-o border-0 rounded-pill"
|
|
t-att-class="{ 'o-isDeviceSmall': messaging.device.isSmall }"
|
|
t-attf-class="{{ composerView.messageViewInEditing ? 'my-1' : 'mx-1' }}"
|
|
title="Schedule Mail" aria-label="Schedule Log" type="button" t-on-click="_scheduleLogNote"/>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|