knowledge/document_url/__init__.py
Víctor Martínez 620aac5041 [IMP] document_url: Visual and functional improvements in UI.
Define the add attachment and add URL buttons on the same line.
Allow downloading of url type attachments by clicking on the icon or the name.
Define the name of the url type attachments as links (allows to open it in a new tab).
Hide the download button for url attachments.
Force to set mimetype to "application/link" for url attachments.
Displays a link icon for url attachments.
TT30263
2025-05-08 10:11:08 +05:30

6 lines
210 B
Python

# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Copyright 2014 Tecnativa - Pedro M. Baeza
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
from . import models
from . import wizard