Daily updates from Odoo
Saturday, November 1, 2025
1 change · saas-18.2
Resolved issues and error corrections
Document downloads now replace slashes in file names with underscores before creating ZIP files. This prevents extracted downloads from accidentally creating extra folders, making downloaded document folders easier to use and understand.
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