mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-27 07:17:43 -06:00
[FIX] Lint [FIX] lint and flake [ADD] tests [ADD] tests [ADD] tests [ADD] Tests [ADD] Package python-magic [ADD] Tests [FIX] Lint
13 lines
509 B
XML
13 lines
509 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 t-if="section.name == 'files' and widget.options.editable and !item.callback and item.url"
|
|
class="fa fa-search o_sidebar_preview_attachment"
|
|
t-att-data-id="item.id"
|
|
t-att-data-url="item.url"
|
|
t-attf-title="Preview #{item.name}"/>
|
|
</t>
|
|
</t>
|
|
</templates>
|