Saturday, November 1, 2025
1 change · master
Resolved issues and error corrections
Downloading folders from Documents now avoids creating unintended subfolders when document names contain a slash. Slashes in downloaded filenames are replaced with underscores, making extracted zip files match user expectations and preventing confusing folder structures.
Original PR description
Bug === If you download a folder that has documents in it, with `/` in their names, then after extracting the zip, it will create folders for the part on the left of `/`. To solve that issue, we replace the `/` with `_`. Task-5109681 Forward-Port-Of: odoo/enterprise#96087