Skip to content
Snippets Groups Projects
Commit 77faf95a authored by Nans Lefebvre's avatar Nans Lefebvre
Browse files

[FIX] base: add extension to downloads without filenames


The filename can be obtained in 3 ways when downloading a file, in order:
- by the filename argument
- by the filename_field argument
- a default one is computed as backup.

In the last case, there is by construction no file extension.
The filename is made from the record's model name, id and field.
However the model name almost certainly contains a ".",
which is the standard extension separator for filenames.
As a result <model_name_end-id-field> is considered to be the existing
extension, so we don't try to guess it from the mimetype.

To keep the existing default filename convention, we always add the
guessed extension in this case.

opw 2149612

closes odoo/odoo#41917

X-original-commit: f62a49a2f83bcce66eb9c3b08687ee5a37def503
Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
parent 84cb3b9c
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment