[MIG] document_url: Migration to 12.0

This commit is contained in:
ernesto
2019-04-25 15:07:56 -04:00
committed by FernandoRomera
parent e4bb12d11f
commit f3298b6508
9 changed files with 95 additions and 97 deletions

View File

@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<templates id="template" xml:space="preserve">
<t t-name="AddUrlDocumentItem">
<li class="o_sidebar_add_url">
<span>Add URL...</span>
</li>
<t t-extend="mail.chatter.AttachmentBox">
<t t-jquery="span.o_upload_attachments_button" t-operation="after">
<span class="btn btn-link o_add_url_button"><span class="fa fa-plus-square"/> Add URL</span>
</t>
</t>
</templates>