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
483 B
10 lines
483 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<!--Added checkbox icon in followerlist-->
|
|
<t t-name="mail.followCheck" t-inherit="mail.Follower" t-inherit-mode="extension">
|
|
<xpath expr="//*[hasclass('o_Follower_editButton')]" position="after">
|
|
<input type="checkbox" id="oe_import_tracking" checked="checked" title="Send Notification"
|
|
t-ref="check" t-on-click.stop="Check"/>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|
|
|