Files
knowledge/attachment_action/static/src/xml/attachment_action.xml
2018-10-20 16:04:09 +02:00

12 lines
398 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-extend="Sidebar">
<t t-jquery="span.o_sidebar_delete_attachment" t-operation="before">
<span class="o_sidebar_attachment_action" />
</t>
<t t-jquery="span.o_sidebar_delete_attachment">
jQuery(this).appendTo(this.siblings('.o_sidebar_attachment_action'));
</t>
</t>
</templates>