Commit Graph

19 Commits

Author SHA1 Message Date
Martin Quinteros
0b11b08d40 [FIX] document_url: Fix Download attachment component
Fix download atachment widget.

Document_url when activated causes error when opening attachment link on the chatter window
This commit (366676cafd) move download buttons into a sub-component.
I modified the module behavior to use canDownload() method instead of adding a t-if in the view and prevent the chatter component from breaking when the message has attachments.
2024-11-14 15:19:36 -03:00
Franco Leyes
42167a5d50 [MIG] document_url: Migration to 17.0 2024-05-23 17:43:21 -03:00
Demchuk Mykola
8d176c6fda [16.0][FIX]document_url: fix Not working properly when "web_responsive" is installed 2024-05-22 15:39:51 -03:00
angelinaanaki
6bc0ba5225 [16.0][FIX] document_url: Add URL button and paperclip button 2024-05-22 15:39:51 -03:00
Enric Tobella
7734368d5e [FIX] document_url: Migration was not done properly 2024-05-22 15:39:51 -03:00
matiasperalta1
fa5807643d [MIG] document_url: Migration to 15.0 2024-05-22 15:39:51 -03:00
Víctor Martínez
20f18d2920 [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
2024-05-22 15:39:51 -03:00
Víctor Martínez
5d633916a5 [MIG] document_url: Migration to 14.0
TT30263
2024-05-22 15:39:51 -03:00
davidborromeo
52b1c3fa48 [MIG] document_url: Migration to 14.0
[MIG] document_url: Migration to 14.0
2024-05-22 15:39:51 -03:00
Joel Zilli
9193b7d09e [IMP] document_url: pre-commit execution 2024-05-22 15:39:51 -03:00
Manuel Calero
a5c5e1bc41 [MIG] document_url: Migration to 13.0 2024-05-22 15:39:51 -03:00
Manuel Calero
987769d608 [IMP] document_url: black, isort 2024-05-22 15:39:51 -03:00
ernesto
d359429352 [MIG] document_url: Migration to 12.0 2024-05-22 15:39:51 -03:00
mreficent
0cc814cbf3 [FIX] pylint/javascript-lint 2024-05-22 15:39:51 -03:00
ernesto
723b76a40c [MIG] document_url: Refactoring code
Replace char © by word Copyright
Change format in usage description
2024-05-22 15:39:51 -03:00
ernesto
bdbe97c5b8 [MIG] document_url: Migration to 11.0 2024-05-22 15:39:51 -03:00
Jairo Llopis
aedcb6bc24 [FIX][document_url] Consistent styling.
Without this patch, when you hover on the menu item, its background color does not change, and its cursor is a text one.

With this patch, the menu item styling matches those available in all surrounding menus.
2024-05-22 15:39:51 -03:00
Jonathan Nemry (ACSONE)
fb63a2310b [MIG] from 8.0 to 9.0 document_url (#89)
[MIG] document_url

* bump version to 9.0.1.0.0 and make it installable
* Update JS structure
* Add css in order to be compliant with odoo style
* Add a README.rst and OCA conventions
* Improve selector
* add fr.po for fr translation
* open link with target='_blank'
2024-05-22 15:39:51 -03:00
Pedro M. Baeza
3fd36fc67c [ADD] document_url: Module to attach URLs as documents 2024-05-22 15:39:51 -03:00