Friday, January 17, 2025
1 change
Enhancements to existing features
The HTML editor now lets users upload files directly from the file command, a new upload button, and the link popover without opening the media dialog first. Uploaded files appear as smaller blue download boxes that can sit alongside other files, making documents cleaner and file sharing faster.
Original PR description
This PR changes the behavior of the /file powerbox command in the following aspects: - it no longer opens the media dialog, and skips it directly to the system's file selector - the resulting download box has gone through visual changes, mainly: - it no longer takes the whole width of the screen, and multiple file boxes can be placed on the same line - it has blue color an the looks of a bootstrap alert-info banner - the same command is also available as a powerbutton. This PR also allows the user to upload a file (also skipping the media dialog) from the link popover, thus creating a link to the created attachment. https://github.com/odoo/enterprise/pull/75045 task-3522395